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


In This Topic
    GetRowResizable(Int32,SheetArea) 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, _
       ByVal sheetArea As SheetArea _
    ) As Boolean
    'Usage
     
    Dim instance As Worksheet
    Dim row As Integer
    Dim sheetArea As SheetArea
    Dim value As Boolean
     
    value = instance.GetRowResizable(row, sheetArea)
    public bool GetRowResizable( 
       int row,
       SheetArea sheetArea
    )

    Parameters

    row
    The row index.
    sheetArea
    The sheet area.

    Return Value

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