Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / NamedStyle Class / IsEmpty Property


In This Topic
    IsEmpty Property (NamedStyle)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overrides ReadOnly Property IsEmpty As Boolean
    'Usage
     
    
    Dim instance As NamedStyle
    Dim value As Boolean
     
    value = instance.IsEmpty
    public override bool IsEmpty {get;}
    See Also