SurveyQuestion.DefaultValue property
Namespace: DocumentFormat.OpenXml.Office15.Excel
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "defaultValue")> _
Public Property DefaultValue As StringValue
Get
Set
'Usage
Dim instance As SurveyQuestion
Dim value As StringValue
value = instance.DefaultValue
instance.DefaultValue = value
[SchemaAttrAttribute(, "defaultValue")]
public StringValue DefaultValue { get; set; }
Property value
Type: DocumentFormat.OpenXml.StringValue