Databar.BarFillType Property

Definition

Gets or sets how a data bar is filled with color.

public:
 property Microsoft::Office::Interop::Excel::XlDataBarFillType BarFillType { Microsoft::Office::Interop::Excel::XlDataBarFillType get(); void set(Microsoft::Office::Interop::Excel::XlDataBarFillType value); };
public Microsoft.Office.Interop.Excel.XlDataBarFillType BarFillType { get; set; }
Public Property BarFillType As XlDataBarFillType

Property Value

Specifies how a data bar is filled with color.

Remarks

Read/write.

The default value of the BarFillType property is xlDataBarFillGradient.

Applies to