Share via


SurveyQuestion.Format Property

Definition

format, this property is only available in Office 2013 and later.

Represents the following attribute in the schema: format

[DocumentFormat.OpenXml.SchemaAttr(0, "format")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Office2013.Excel.QuestionFormat> Format { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Office2013.Excel.QuestionFormat> Format { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "format")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Office2013.Excel.QuestionFormat>? Format { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("format")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Office2013.Excel.QuestionFormat>? Format { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Office2013.Excel.QuestionFormat>? Format { get; set; }
member this.Format : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Office2013.Excel.QuestionFormat> with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "format")>]
member this.Format : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Office2013.Excel.QuestionFormat> with get, set
[<DocumentFormat.OpenXml.SchemaAttr("format")>]
member this.Format : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Office2013.Excel.QuestionFormat> with get, set
Public Property Format As EnumValue(Of QuestionFormat)

Property Value

Attributes

Applies to