QuestionFormat enumeration
Office 2013 and later
Defines the QuestionFormat enumeration.
Namespace: DocumentFormat.OpenXml.Office2013.Excel
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
| Member name | Description | |
|---|---|---|
| GeneralDate | generalDate. When the item is serialized out as xml, its value is "generalDate". | |
| LongDate | longDate. When the item is serialized out as xml, its value is "longDate". | |
| ShortDate | shortDate. When the item is serialized out as xml, its value is "shortDate". | |
| LongTime | longTime. When the item is serialized out as xml, its value is "longTime". | |
| ShortTime | shortTime. When the item is serialized out as xml, its value is "shortTime". | |
| GeneralNumber | generalNumber. When the item is serialized out as xml, its value is "generalNumber". | |
| Standard | standard. When the item is serialized out as xml, its value is "standard". | |
| Fixed | fixed. When the item is serialized out as xml, its value is "fixed". | |
| Percent | percent. When the item is serialized out as xml, its value is "percent". | |
| Currency | currency. When the item is serialized out as xml, its value is "currency". |
Show: