DropDown.GetSelectedItemIndex Property

Namespace: DocumentFormat.OpenXml.Office.CustomUi
Assembly: DocumentFormat.OpenXml (in documentformat.openxml.dll)
Syntax

Visual Basic (Declaration)
<SchemaAttrAttribute(0, "getSelectedItemIndex")> _
Public Property GetSelectedItemIndex As StringValue
Visual Basic (Usage)
Dim instance As DropDown
Dim value As StringValue

value = instance.GetSelectedItemIndex

instance.GetSelectedItemIndex = value
C#
[SchemaAttrAttribute(0, "getSelectedItemIndex")] 
public StringValue GetSelectedItemIndex { get; set; }
See Also

Tags :


Community Content

tswaters
setting to -1 raises an error
is it possible to blank out a combobox... I figured this could be done by setting it to -1 however this raises an error: Error on Callback function "{0}" on control "{1}" returned an invalid value
Tags :

Page view tracker