Blazor | ComponentOne
C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / GridCellRangeEventArgs Class / CellType Property

In This Topic
    CellType Property (GridCellRangeEventArgs)
    In This Topic
    Gets the type of the cell.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property CellType As GridCellType
    public GridCellType CellType {get;}
    See Also