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


In This Topic
SelectionCount Property (MultiRangeCommand)
In This Topic
Gets the total count of selected ranges
Syntax
'Declaration
 
Public ReadOnly Property SelectionCount As Integer
 
'Usage
 
Dim instance As MultiRangeCommand
Dim value As Integer
 
value = instance.SelectionCount
See Also