Method GetItem
GetItem(int)
Returns the IStringItem object at the given position of the collection.
public virtual IStringItem GetItem(int index)
Parameters
indexintIndex of item in the collection.
Returns
- IStringItem
IStringItemobject at specified position.