MobileForms Toolkit Documentation

RowTemplate.CellCollection.Add Method 

Adds a Cell to the end of the CellCollection.

public int Add(
Cell value
);

Parameters

value
The RowTemplate to be added to the end of the CellCollection.

Return Value

The position into which the new element was inserted.

See Also

RowTemplate.CellCollection Class | Resco.Controls.AdvancedList Namespace