MobileForms Toolkit Documentation

RowTemplate.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

RowTemplate.CellCollection Class | Resco.Controls.AdvancedList Namespace