Gets the index of a property by name.
[Visual Basic]Public Function IndexOf( _
ByVal
name As
String _
) As
Integer Parameters
- name
- The case-insensitive name of the property.
Return Value
The zero based index. Negative value if not found.
See Also
DocumentPropertyCollection Class | Aspose.Words.Properties Namespace