Find Method
Description
Returns the position of the specified property.
Syntax
Visual Basic
Public Function Find( _
   ByVal PropertyName As String _
) As Long
Parameters
PropertyName
The property to find.
Return Type

This method returns -1 if the specified property is not found.

See Also