Blazor | ComponentOne
C1.Blazor.GridControl Assembly / C1.Blazor.Grid Namespace / GridControlRangeEventArgs Class / CellRange Property

In This Topic
    CellRange Property (GridControlRangeEventArgs)
    In This Topic
    Gets the cell range.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property CellRange As GridControlRange
    public GridControlRange CellRange {get;}
    See Also