Method GetItem
- Namespace
- Alternet.Editor.TextSource
- Assembly
- Alternet.Editor.v9.dll
GetItem(int)
Returns the IStringItem
object at the given position of the collection.
public virtual IStringItem GetItem(int index)
Parameters
index
intIndex of item in the collection.
Returns
- IStringItem
IStringItem
object at specified position.