MobileForms Toolkit Documentation

RowCollection.Add Method 

Adds a row to the RowCollection.

public int Add(
Row row
);

Parameters

row
Row to add.

Return Value

The position into which the new row was inserted.

See Also

RowCollection Class | Resco.Controls.SmartGrid Namespace