INumberFormat
IsScientific Property
|
Indicates whether first section of this number format contains E/E+
or E- signs in format string. Read-only.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
bool IsScientific { get; }
ReadOnly Property IsScientific As Boolean
Get
property bool IsScientific {
bool get ();
}
abstract IsScientific : bool with get
Property Value
Type:
Boolean
See Also