Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns or sets the default drop-down item.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property Default As Integer
Get
Set
'Usage
Dim instance As DropDown
Dim value As Integer
value = instance.Default
instance.Default = value
int Default { get; set; }
Property Value
Type: System.Int32
Remarks
The first item in a drop-down form field is 1, the second item is 2, and so on.