DropDownListFormField.DefaultDropDownListItemIndex Property

Default Drop-Down List Item Index.Represents the element tag in schema: w:default

Namespace:  DocumentFormat.OpenXml.Wordprocessing
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Property DefaultDropDownListItemIndex As DefaultDropDownListItemIndex
    Get
    Set
'Usage
Dim instance As DropDownListFormField
Dim value As DefaultDropDownListItemIndex

value = instance.DefaultDropDownListItemIndex

instance.DefaultDropDownListItemIndex = value
public DefaultDropDownListItemIndex DefaultDropDownListItemIndex { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Wordprocessing.DefaultDropDownListItemIndex

See Also

Reference

DropDownListFormField Class

DropDownListFormField Members

DocumentFormat.OpenXml.Wordprocessing Namespace