Share via


SurveyQuestion.Type property

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

Syntax

'Declaration
<SchemaAttrAttribute(, "type")> _
Public Property Type As EnumValue(Of QuestionType)
    Get
    Set
'Usage
Dim instance As SurveyQuestion
Dim value As EnumValue(Of QuestionType)

value = instance.Type

instance.Type = value
[SchemaAttrAttribute(, "type")]
public EnumValue<QuestionType> Type { get; set; }

Property value

Type: DocumentFormat.OpenXml.EnumValue<QuestionType>

See also

Reference

SurveyQuestion class

SurveyQuestion members

DocumentFormat.OpenXml.Office15.Excel namespace