'Declaration Public Enum NumberFormatType Inherits System.Enum
public enum NumberFormatType : System.Enum
Member | Description |
---|---|
Bullet | a bullet symbol |
CardinalText | One, Two, Three etc. |
Custom | A custom number format |
Decimal | Decimal numbers |
DecimalEnclosedFullstop | Decimal numbers followed by a period. Note: only numbers 1 thru 20 are followed by a period, higher numbers are not. |
DecimalEnclosedParen | Decimal numbers enclosed in parentheses. Note: only numbers 1 thru 20 are enclosed in parentheses, higher numbers are not. |
LowerLetter | Lowercase letters, e.g. a, b, c, d etc. |
LowerRoman | Lowercase roman numerals, e.g. i, ii, iii, iv etc. |
Ordinal | 1st, 2nd, 3rd etc. |
OrdinalText | First, Second, Third etc. |
UpperLetter | Uppercase letters, e.g. A, B, C, D etc. |
UpperRoman | Uppercase roman numerals, e.g. I, II, III, IV etc. |
Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2