Spread Silverlight Documentation
IsEmpty Method (SheetSpanModelBase)


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

Return Value

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

Reference

SheetSpanModelBase Class
SheetSpanModelBase Members