'Declaration Public Overrides Function IsEmpty() As Boolean
'Usage Dim instance As DefaultSheetSelectionModel Dim value As Boolean value = instance.IsEmpty()
public override bool IsEmpty()
Return Value
Boolean: true if the no selections in the selection model; false otherwise