MobileForms Toolkit Documentation

RowCollection.Add Method 

Adds a Row to the end of the RowCollection.

public int Add(
Row row
);

Parameters

row
The RowTemplate to be added to the end of the RowCollection.

Return Value

The position into which the new element was inserted.

See Also

RowCollection Class | Resco.Controls.AdvancedList Namespace