Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / SheetSpanModel Class / IsEmpty Method


In This Topic
    IsEmpty Method (SheetSpanModel)
    In This Topic
    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