MobileForms Toolkit Documentation

RowCollection.Insert Method 

Inserts an element into the RowCollection at the specified index.

public void Insert(
int index,
Row row
);

Parameters

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

See Also

RowCollection Class | Resco.Controls.AdvancedList Namespace