Spread WPF 18
GrapeCity.Wpf.SpreadSheet Namespace / SheetInfo Class / Selections Property


In This Topic
    Selections Property
    In This Topic
    Gets a SelectionInfoCollection object for the selections in the sheet.
    Syntax
    'Declaration
     
    Public ReadOnly Property Selections As SelectionInfoCollection
    'Usage
     
    Dim instance As SheetInfo
    Dim value As SelectionInfoCollection
     
    value = instance.Selections
    public SelectionInfoCollection Selections {get;}
    See Also