Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / FillInfo Class / EmptyColors Property


In This Topic
    EmptyColors Property
    In This Topic
    Gets a value indicating whether [empty colors].
    Syntax
    'Declaration
     
    
    Public ReadOnly Property EmptyColors As Boolean
    'Usage
     
    
    Dim instance As FillInfo
    Dim value As Boolean
     
    value = instance.EmptyColors
    public bool EmptyColors {get;}

    Property Value

    true if [empty colors]; otherwise, false.
    See Also