Click or drag to resize

QuestionFormat Enumeration

Defines the QuestionFormat enumeration.

Namespace: DocumentFormat.OpenXml.Office2013.Excel
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll) Version: 2.20.0+Branch.release-v2.20.0.Sha.a873d3fbff9bffe179fea62486da950adf5be65d.a873d3fbff9bffe179fea62486da950adf5be65d
Syntax
public enum QuestionFormat
Members
Member nameValueDescription
GeneralDate0 generalDate.

When the item is serialized out as xml, its value is "generalDate".

LongDate1 longDate.

When the item is serialized out as xml, its value is "longDate".

ShortDate2 shortDate.

When the item is serialized out as xml, its value is "shortDate".

LongTime3 longTime.

When the item is serialized out as xml, its value is "longTime".

ShortTime4 shortTime.

When the item is serialized out as xml, its value is "shortTime".

GeneralNumber5 generalNumber.

When the item is serialized out as xml, its value is "generalNumber".

Standard6 standard.

When the item is serialized out as xml, its value is "standard".

Fixed7 fixed.

When the item is serialized out as xml, its value is "fixed".

Percent8 percent.

When the item is serialized out as xml, its value is "percent".

Currency9 currency.

When the item is serialized out as xml, its value is "currency".

See Also