PfsScheduleValues.Item



Item(vPosition As Variant) As PfsScheduleValue

Parameters

vPosition As Variant
Index or name of the ScheduleValue object within the collection.

If the parameter is a numerical value, the dynamic element is searched by its index (>= 0 and <= Count-1).
ED
avaliable
RT
avaliable

Remarks

Returns the ScheduleValue object from the collection, which is identified by the parameter vPosition.
The parameter vPosition is the index of the element you want to get.

Hint:
The returned object should be checked on Nothing, if no object for the search criteria was found.

See Also

PfsScheduleValues, PfsScheduleValue