Click or drag to resize

INumberFormat Properties

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