Blazor | ComponentOne
C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / GridCellRange Class / IsSingleRow Property

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