Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / ISheetSelectionModel Interface / Count Property


In This Topic
Count Property (ISheetSelectionModel)
In This Topic
Gets the number of selection of cells.
Syntax
'Declaration
 
ReadOnly Property Count As Integer
 
'Usage
 
Dim instance As ISheetSelectionModel
Dim value As Integer
 
value = instance.Count
See Also