Property SelectedIndex
SelectedIndex
Gets or sets the zero-based index of the selected entry (w:ddList/w:result). Zero when unstated, which is Word's default.
public int SelectedIndex { get; set; }
Property Value
Exceptions
- FormFieldEditException
The preserved markup could not be rewritten, the field is not a drop-down, or the index is outside the entry range.