Spread Windows Forms 12.0 Product Documentation
BarFillType Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IDatabar Interface : BarFillType Property
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
DatabarFillType BarFillType {get; set;}

Property Value

The type of the bar fill.
See Also

Reference

IDatabar Interface
IDatabar Members