XlsChartInterior
UseDefaultFormat Property
|
Indicates whether use default format.
Namespace:
Spire.Xls.Core.Spreadsheet.Charts
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public bool UseDefaultFormat { get; set; }
Public Property UseDefaultFormat As Boolean
Get
Set
public:
virtual property bool UseDefaultFormat {
bool get () sealed;
void set (bool value) sealed;
}
abstract UseDefaultFormat : bool with get, set
override UseDefaultFormat : bool with get, set
Property Value
Type:
Boolean
Implements
IChartInterior
UseDefaultFormat
See Also