Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / SetRowVisible Method
Row index
Whether to display the row


In This Topic
    SetRowVisible Method
    In This Topic
    Sets whether a row on this sheet is displayed.
    Syntax
    'Declaration
     
    
    Public Sub SetRowVisible( _
       ByVal row As Integer, _
       ByVal visible As Boolean _
    ) 
    'Usage
     
    
    Dim instance As SheetView
    Dim row As Integer
    Dim visible As Boolean
     
    instance.SetRowVisible(row, visible)
    public void SetRowVisible( 
       int row,
       bool visible
    )

    Parameters

    row
    Row index
    visible
    Whether to display the row
    See Also