Table of Contents

Property SelectedIndex

Namespace
DocWright.Dom.Forms
Assembly
DocWright.Dom.dll

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

int

Exceptions

FormFieldEditException

The preserved markup could not be rewritten, the field is not a drop-down, or the index is outside the entry range.