MobileForms Toolkit Documentation

TemplateSet.Add Method 

Adds a RowTemplate to the end of the TemplateSet.

public int Add(
RowTemplate value
);

Parameters

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

Return Value

The position into which the new element was inserted.

See Also

TemplateSet Class | Resco.Controls.AdvancedList Namespace