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


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