Gets a zero-based index of the object identified by the specified key
Namespace:
WorkflowGen.My.Collections
Assembly:
WorkflowGen.My (in WorkflowGen.My.dll) Version: 8.0.6.0 (8.0.6.20210916)
Syntax public int IndexOf(
Object key
)
Public Function IndexOf (
key As Object
) As Integer
Parameters
- key
- Type: SystemObject
The key to locate in the collection
Return Value
Type:
Int32The zero-based index of the element
See Also