DropDown.Value Property
Returns or sets the number of the selected item in a drop-down form field.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property Value As Integer
Get
Set
'Usage
Dim instance As DropDown
Dim value As Integer
value = instance.Value
instance.Value = value
int Value { get; set; }
Property Value
Type: System.Int32