Navigation: Object Model Reference > Steps Collection > Item Property |
|
Returns the given Step object from the collection.
Syntax
Steps.Item(ByVal index As Long) As IStep
Arguments
Steps
Steps collection
index
Required. 0-based index of the step to return.
Return Value
Returns the Step object if found or raises an error if the index is not valid.
See Also
Applies to Steps collection