SelectionCount Property (SheetView)
In This Topic
Gets the number of selections on this sheet.
Syntax
'Declaration
Public ReadOnly Property SelectionCount As Integer
'Usage
Dim instance As SheetView
Dim value As Integer
value = instance.SelectionCount
public int SelectionCount {get;}
See Also