'Declaration
Public Function IsSelectSingleCell() As Boolean
'Usage
Dim instance As WorksheetView Dim value As Boolean value = instance.IsSelectSingleCell()
public bool IsSelectSingleCell()
Return Value
true
if there is only one selected cell; otherwise, false
.