Method GetItem
GetItem(int)
When implemented by a class, returns the IStrItem object at the given position of the collection.
IStringItem GetItem(int index)
Parameters
indexintIndex of item in the collection.
Returns
- IStringItem
IStrItemobject at specified position.