Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / LayoutManager Class / SetRowHidden Method / SetRowHidden(Int32,Boolean) Method
A boolean value indicates the row index.
A boolean value indicates the hidden of the row.


In This Topic
    SetRowHidden(Int32,Boolean) Method
    In This Topic
    Sets the hidden of the row.
    Syntax
    'Declaration
     
    
    Public Overloads Function SetRowHidden( _
       ByVal row As Integer, _
       ByVal hidden As Boolean _
    ) As Boolean
    'Usage
     
    
    Dim instance As LayoutManager
    Dim row As Integer
    Dim hidden As Boolean
    Dim value As Boolean
     
    value = instance.SetRowHidden(row, hidden)
    public bool SetRowHidden( 
       int row,
       bool hidden
    )

    Parameters

    row
    A boolean value indicates the row index.
    hidden
    A boolean value indicates the hidden of the row.

    Return Value

    true if the state of the element is changed, false otherwise.
    See Also