Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IDatabar Interface / BarFillType Property


In This Topic
BarFillType Property
In This Topic
Gets or sets how a data bar is filled with color.
Syntax
'Declaration
 
Property BarFillType As DatabarFillType
 
'Usage
 
Dim instance As IDatabar
Dim value As DatabarFillType
 
instance.BarFillType = value
 
value = instance.BarFillType

Property Value

The type of the bar fill.
See Also