Click or drag to resize

INumberFormat Interface

Defines methods and properties for number format.

Namespace: Spire.Xls.Core
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public interface INumberFormat : IExcelApplication

The INumberFormat type exposes the following members.

Properties
Name Description
Public property DecimalPlaces
Number of digits after "." sign in the first section of this number format. Read-only.
Public property FormatString
Returns format string. Read-only.
Public property FormatType
Returns format type of the first section of this number format. Read-only.
Public property Index
Returns format index. Read-only.
Public property IsFraction
Indicates whether the first section of this number format contains fraction sign. Read-only.
Public property IsScientific
Indicates whether first section of this number format contains E/E+ or E- signs in format string. Read-only.
Public property IsThousandSeparator
Indicates whether thousand separator is present in the first section of this number format. Read-only.
Public property Parent
Gets the parent object of the current instance.
(Inherited from IExcelApplication .)
Top
See Also