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

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