In This Topic
Gets whether a block of cells on this sheet is currently selected.
Syntax
'Declaration
Public ReadOnly Property IsBlockSelected As Boolean
'Usage
Dim instance As SheetView
Dim value As Boolean
value = instance.IsBlockSelected
public bool IsBlockSelected {get;}
See Also