Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Worksheet Class / GetRowResizable Method / GetRowResizable(Int32) Method
The row index.


In This Topic
    GetRowResizable(Int32) Method
    In This Topic
    Gets a value that indicates whether users can resize the specified row in the specified sheet area.
    Syntax
    'Declaration
     
    Public Overloads Function GetRowResizable( _
       ByVal row As Integer _
    ) As Boolean
    'Usage
     
    Dim instance As Worksheet
    Dim row As Integer
    Dim value As Boolean
     
    value = instance.GetRowResizable(row)
    public bool GetRowResizable( 
       int row
    )

    Parameters

    row
    The row index.

    Return Value

    Returns true if the users can resize the specified row; otherwise, false.
    See Also