Method GetItem
- Namespace
- Alternet.Editor.TextSource
- Assembly
- Alternet.Editor.v10.dll
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.