ItemByIndex

This read-only property returns an item from the collection specified by the index.

Syntax

ItemByIndex (Index as Long) as ISCBCdrField
Parameter Description
Index Index of the item to get from the collection.

Possible values

1 to Count

Sample Code

strClassName = theProject.AllClasses.ItemByIndex(intClass).Name