IChartBorder
UseDefaultFormat Property
|
If true - default format; otherwise custom.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
bool UseDefaultFormat { get; set; }
Property UseDefaultFormat As Boolean
Get
Set
property bool UseDefaultFormat {
bool get ();
void set (bool value);
}
abstract UseDefaultFormat : bool with get, set
Property Value
Type:
Boolean
See Also