Click or drag to resize

QuestionType Enumeration

Defines the QuestionType 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 QuestionType
Members
Member nameValueDescription
CheckBox0 checkBox.

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

Choice1 choice.

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

Date2 date.

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

Time3 time.

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

MultipleLinesOfText4 multipleLinesOfText.

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

Number5 number.

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

SingleLineOfText6 singleLineOfText.

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

See Also