Table of Contents

Method Insert

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Insert(string, int)

Inserts an item at the specified position.

int Insert(string item, int pos)

Parameters

item string

The string for the item to insert.

pos int

Zero-based position to insert the item at.

Returns

int

The zero-based index of the inserted item.