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


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;}
    Example
    This example uses the Selections property.
    See Also