Spread WinForms 15
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()

Return Value

The Reference array represents all selections.
See Also