Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IWorksheet Interface / Selection Property


In This Topic
Selection Property (IWorksheet)
In This Topic
Gets the current selected cell(s).
Syntax
'Declaration
 
ReadOnly Property Selection As IRange
 
'Usage
 
Dim instance As IWorksheet
Dim value As IRange
 
value = instance.Selection
See Also