Spread Silverlight Documentation
IsEmpty Method (SheetSpanModel)


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

Return Value

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

Reference

SheetSpanModel Class
SheetSpanModel Members