Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ISparklineContainer Interface / IsEmpty Property


In This Topic
    IsEmpty Property (ISparklineContainer)
    In This Topic
    Gets a value that indicates whether this instance is empty.
    Syntax
    'Declaration
     
    
    ReadOnly Property IsEmpty As Boolean
    'Usage
     
    
    Dim instance As ISparklineContainer
    Dim value As Boolean
     
    value = instance.IsEmpty
    bool IsEmpty {get;}

    Property Value

    true if this instance is empty; otherwise, false.
    See Also