Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / WorksheetView Class / GetSelections Method


In This Topic
    GetSelections Method (WorksheetView)
    In This Topic
    Gets all selections.
    Syntax
    'Declaration
     
    
    Public Function GetSelections() As Reference()
    'Usage
     
    
    Dim instance As WorksheetView
    Dim value() As Reference
     
    value = instance.GetSelections()
    public Reference[] GetSelections()

    Return Value

    The Reference array represents all selections.
    See Also