FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid.Classic Namespace / C1FlexGridClassic Class / get_RowHidden Method

In This Topic
    get_RowHidden Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function get_RowHidden( _
       ByVal row As Integer _
    ) As Boolean
    public bool get_RowHidden( 
       int row
    )

    Parameters

    row
    See Also