Databar.BarFillType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.