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


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

Return Value

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

Reference

SheetSpanModelBase Class
SheetSpanModelBase Members