Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / DefaultSparklineContainer Class / IsEmpty Property


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

    Property Value

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