Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / LayoutManager Class / SetRowResizable Method / SetRowResizable(Int32,Int32,Boolean) Method
An integer value indicates the start row index
An integer value indicates the end row index
A boolean value indicates whether rows are resizable


In This Topic
    SetRowResizable(Int32,Int32,Boolean) Method
    In This Topic
    Sets the resizable flag of a range of rows
    Syntax
    'Declaration
     
    
    Public Overloads Sub SetRowResizable( _
       ByVal row As Integer, _
       ByVal row2 As Integer, _
       ByVal value As Boolean _
    ) 
    'Usage
     
    
    Dim instance As LayoutManager
    Dim row As Integer
    Dim row2 As Integer
    Dim value As Boolean
     
    instance.SetRowResizable(row, row2, value)
    public void SetRowResizable( 
       int row,
       int row2,
       bool value
    )

    Parameters

    row
    An integer value indicates the start row index
    row2
    An integer value indicates the end row index
    value
    A boolean value indicates whether rows are resizable
    See Also