'Declaration Public Overridable Function IsEmpty() As Boolean
'Usage Dim instance As BaseSheetSelectionModel Dim value As Boolean value = instance.IsEmpty()
public virtual bool IsEmpty()
Return Value
true if the model has no selections of cells; false otherwise