MobileForms Toolkit Documentation

AdvancedList.InsertRow Method 

Insert the Row at the specified index.

public int InsertRow(
Row row,
int insertIndex
);

Parameters

row
The Row to insert.
insertIndex
The index, where the Row should be inserted.

Return Value

Index to insert the next Row.

Remarks

When the insertIndex is -1, the row is added to the end of the RowCollection. Otherwise the row is inserted at the specified index.

Fires the ValidateData event before the Row is finally inserted.

See Also

AdvancedList Class | Resco.Controls.AdvancedList Namespace