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 name of the property whose position you want to return.
Return Type

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

Example
See Also