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


In This Topic
SelectionCount Property (WorksheetView)
In This Topic
Gets the total number of selections.
Syntax
'Declaration
 
Public ReadOnly Property SelectionCount As Integer
 
'Usage
 
Dim instance As WorksheetView
Dim value As Integer
 
value = instance.SelectionCount
See Also