MobileForms Toolkit Documentation

CellCollection.Add Method 

Adds a Cell to the end of the CellCollection.

public int Add(
Cell value
);

Parameters

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

Return Value

The position into which the new element was inserted.

See Also

CellCollection Class | Resco.Controls.AdvancedTree Namespace