GrapeCity.Xaml.SpreadSheet.Data
IsEmpty Method (SheetSpanModel)


GrapeCity.Xaml.SpreadSheet.Data Namespace > SheetSpanModel Class : IsEmpty Method
Determines whether the model is empty of cell spans.
Syntax
'Declaration
 
Public Overrides NotOverridable Function IsEmpty() As Boolean
'Usage
 
Dim instance As SheetSpanModel
Dim value As Boolean
 
value = instance.IsEmpty()
public override bool IsEmpty()

Return Value

true if this model is empty of cell spans; otherwise, false.
See Also

Reference

SheetSpanModel Class
SheetSpanModel Members