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


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

    Parameters

    row
    An integer value indicates the row index
    value
    A boolean value indicates whether row is resizable

    Return Value

    true if the state of the element is changed, false otherwise.
    See Also