FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridSelectionMenuEventArgs Class / CellRange Property

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