DropDown.GetSelectedItemIndex Property
getSelectedItemIndex.Represents the attribte in schema: getSelectedItemIndex
Namespace: DocumentFormat.OpenXml.Office.CustomUI
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaración
<SchemaAttrAttribute(, "getSelectedItemIndex")> _
Public Property GetSelectedItemIndex As StringValue
Get
Set
'Uso
Dim instance As DropDown
Dim value As StringValue
value = instance.GetSelectedItemIndex
instance.GetSelectedItemIndex = value
[SchemaAttrAttribute(, "getSelectedItemIndex")]
public StringValue GetSelectedItemIndex { get; set; }
Property Value
Type: DocumentFormat.OpenXml.StringValue