FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / CellRange Structure / IsSingleRow Property

In This Topic
    IsSingleRow Property (CellRange)
    In This Topic
    Gets a value that indicates if the range contains a single row.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsSingleRow As Boolean
    public bool IsSingleRow {get;}
    See Also