DropDownListFormField.DropDownListSelection Property
Drop-Down List Selection.Represents the element tag in schema: w:result
Namespace: DocumentFormat.OpenXml.Wordprocessing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Property DropDownListSelection As DropDownListSelection
Get
Set
'Usage
Dim instance As DropDownListFormField
Dim value As DropDownListSelection
value = instance.DropDownListSelection
instance.DropDownListSelection = value
public DropDownListSelection DropDownListSelection { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Wordprocessing.DropDownListSelection