Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Worksheet Class / Selections Property


In This Topic
    Selections Property (Worksheet)
    In This Topic
    Returns a collection of selected cell ranges.
    Syntax
    'Declaration
     
    Public ReadOnly Property Selections As ReadOnlyCollection(Of CellRange)
    'Usage
     
    Dim instance As Worksheet
    Dim value As ReadOnlyCollection(Of CellRange)
     
    value = instance.Selections
    public ReadOnlyCollection<CellRange> Selections {get;}
    See Also