Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Worksheet Class / SetRowResizable Method / SetRowResizable(Int32,Boolean) Method
The row index.
Set to true to let the users resize the specified row.


In This Topic
    SetRowResizable(Int32,Boolean) Method
    In This Topic
    Sets whether users can resize the specified row in the specified sheet area.
    Syntax
    'Declaration
     
    Public Overloads Sub SetRowResizable( _
       ByVal row As Integer, _
       ByVal value As Boolean _
    ) 
    'Usage
     
    Dim instance As Worksheet
    Dim row As Integer
    Dim value As Boolean
     
    instance.SetRowResizable(row, value)
    public void SetRowResizable( 
       int row,
       bool value
    )

    Parameters

    row
    The row index.
    value
    Set to true to let the users resize the specified row.
    See Also