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

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