Constants Reference > Constants Members > Category Constants |
Category Constants
Specifies the value format category.
Constant |
Style |
oc2dCategoryStandard |
No custom formatting. |
oc2dCategoryNumber |
Formatted with commas 1,234.56. |
oc2dCategoryCurrency |
Formatted with commas and dollar signs $1,234.56. |
oc2dCategoryAccounting |
Formatted with commas and left-aligned dollar signs $1,234.56. |
oc2dCategoryPercentage |
Formatted with percent sign 12.34%. |
oc2dCategoryFraction |
Formatted as fraction 1,234 56/100. |
oc2dCategoryScientific |
Formatted to scientific notation 1.23E+03. |
oc2dCategoryCustom |
User specified format strings. |