INumberFormat
FormatType Property
|
Returns format type of 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
CellFormatType FormatType { get; }
ReadOnly Property FormatType As CellFormatType
Get
property CellFormatType FormatType {
CellFormatType get ();
}
abstract FormatType : CellFormatType with get
Property Value
Type:
CellFormatType
See Also