Namespace: Spire.Xls
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public DataBarFillType BarFillType { get; set; }
Public Property BarFillType As DataBarFillType
	Get
	Set
public:
property DataBarFillType BarFillType {
	DataBarFillType get ();
	void set (DataBarFillType value);
}
member BarFillType : DataBarFillType with get, set

Property Value

DataBarFillType

See Also