INumberFormat
IsThousandSeparator Property
|
Indicates whether thousand separator is present in the first section
of this number format. Read-only.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
bool IsThousandSeparator { get; }
ReadOnly Property IsThousandSeparator As Boolean
Get
property bool IsThousandSeparator {
bool get ();
}
abstract IsThousandSeparator : bool with get
Property Value
Type:
Boolean
See Also