Returns the zero-based index of the specified property in the collection.
[Visual Basic]Public Function IndexOfKey( _
ByVal
name As
String _
) As
Integer Parameters
- name
- The case-sensitive name of the property.
Return Value
The zero based index. Negative value if not found.
See Also
CustomXmlPropertyCollection Class | Aspose.Words.Markup Namespace