Adds an ContentElement to the collection.

Namespace:  C1.Web.UI.Controls.C1GridView
Assembly:  C1GridViewClient (in C1GridViewClient.dll)

Syntax

JavaScript
function add(value, setOwner);

Parameters

value
Type: C1.Web.UI.Controls.C1GridView..::..ContentElement
An ContentElement to add to the collection.
setOwner
Type: System..::..Boolean
Indicates whether added object's owner should be changed.

Return Value

The index of the added object in the collection.

See Also