'Usage Dim instance As XMLSSAttributeCollection Dim localName As String Dim value As Integer value = instance.IndexOf(localName)
Parameters
- localName
- A string representing the local name of the XMLSSAttribute to locate.
Return Value
The zero-based index of the first occurrence of an XMLSSAttribute matching localName within the entire collection, if found; otherwise, returns -1.