QuestionType enumeration

Office 2013 and later

Defines the QuestionType enumeration.

Namespace:  DocumentFormat.OpenXml.Office2013.Excel
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

No code example is currently available or this language may not be supported.

Member nameDescription
CheckBox checkBox. When the item is serialized out as xml, its value is "checkBox".
Choice choice. When the item is serialized out as xml, its value is "choice".
Date date. When the item is serialized out as xml, its value is "date".
Time time. When the item is serialized out as xml, its value is "time".
MultipleLinesOfText multipleLinesOfText. When the item is serialized out as xml, its value is "multipleLinesOfText".
Number number. When the item is serialized out as xml, its value is "number".
SingleLineOfText singleLineOfText. When the item is serialized out as xml, its value is "singleLineOfText".
Show: