Spread WinForms 15
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

Property Value

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