Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / WorksheetView Class / ActiveSelection Property


In This Topic
ActiveSelection Property
In This Topic
Gets the selection that contains the active cell.
Syntax
'Declaration
 
Public ReadOnly Property ActiveSelection As Reference
 
'Usage
 
Dim instance As WorksheetView
Dim value As Reference
 
value = instance.ActiveSelection
See Also