MobileForms Toolkit Documentation

ItemTemplate.CellCollection.Insert Method 

Inserts an element into the CellCollection at the specified index.

public void Insert(
int index,
Cell value
);

Parameters

index
The zero-based index at which value should be inserted.
value
The Cell to insert.

See Also

ItemTemplate.CellCollection Class | Resco.Controls.AdvancedComboBox Namespace