Spread Windows Forms 15.0
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
    DatabarFillType BarFillType {get; set;}

    Property Value

    The type of the bar fill.
    See Also