Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / LayoutManager Class / GetRowResizable Method
An integer value indicates the row index


In This Topic
    GetRowResizable Method
    In This Topic
    Gets whether a row can be resized
    Syntax
    'Declaration
     
    
    Public Function GetRowResizable( _
       ByVal row As Integer _
    ) As Boolean
    'Usage
     
    
    Dim instance As LayoutManager
    Dim row As Integer
    Dim value As Boolean
     
    value = instance.GetRowResizable(row)
    public bool GetRowResizable( 
       int row
    )

    Parameters

    row
    An integer value indicates the row index

    Return Value

    A boolean value represents whether row is resizable
    See Also