DataBar
BarBorder Property
|
Gets an object that specifies the border of a data bar.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public DataBarBorder BarBorder { get; }
Public ReadOnly Property BarBorder As DataBarBorder
Get
public:
property DataBarBorder^ BarBorder {
DataBarBorder^ get ();
}
member BarBorder : DataBarBorder with get
Property Value
Type:
DataBarBorder
See Also