Databar.BarFillType 属性

定义

获取或设置用颜色填充数据条的方式。

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

属性值

指定如何使用颜色填充数据条。

注解

读/写。

BarFillType 属性的默认值为 xlDataBarFillGradient

适用于