Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / FilterData Structure / Fills Property


In This Topic
    Fills Property (FilterData)
    In This Topic
    Gets the all display fills of the filter column.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Fills As Fill()
    'Usage
     
    
    Dim instance As FilterData
    Dim value() As Fill
     
    value = instance.Fills
    public Fill[] Fills {get;}

    Property Value

    An array of Fill represents all display fills of the filter column.
    See Also