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

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