Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Worksheet Class / SetRowVisible Method
The row index.
The sheet area.
Set to true to display the specified row.


In This Topic
    SetRowVisible Method
    In This Topic
    Sets whether the control displays the specified row in the specified sheet area.
    Syntax
    'Declaration
     
    Public Sub SetRowVisible( _
       ByVal row As Integer, _
       ByVal sheetArea As SheetArea, _
       ByVal value As Boolean _
    ) 
    'Usage
     
    Dim instance As Worksheet
    Dim row As Integer
    Dim sheetArea As SheetArea
    Dim value As Boolean
     
    instance.SetRowVisible(row, sheetArea, value)
    public void SetRowVisible( 
       int row,
       SheetArea sheetArea,
       bool value
    )

    Parameters

    row
    The row index.
    sheetArea
    The sheet area.
    value
    Set to true to display the specified row.
    See Also