共用方式為


SurveyQuestion.DefaultValue Property

Definition

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

Represents the following attribute in the schema: defaultValue

[DocumentFormat.OpenXml.SchemaAttr(0, "defaultValue")]
public DocumentFormat.OpenXml.StringValue DefaultValue { get; set; }
public DocumentFormat.OpenXml.StringValue DefaultValue { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "defaultValue")]
public DocumentFormat.OpenXml.StringValue? DefaultValue { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("defaultValue")]
public DocumentFormat.OpenXml.StringValue? DefaultValue { get; set; }
public DocumentFormat.OpenXml.StringValue? DefaultValue { get; set; }
member this.DefaultValue : DocumentFormat.OpenXml.StringValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "defaultValue")>]
member this.DefaultValue : DocumentFormat.OpenXml.StringValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("defaultValue")>]
member this.DefaultValue : DocumentFormat.OpenXml.StringValue with get, set
Public Property DefaultValue As StringValue

Property Value

Attributes

Applies to