Adds the specified C1BaseField derived column object to the end of the C1BaseFieldCollection.

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

Syntax

C#
public virtual void Add(
	C1BaseField gridColumn
)
Visual Basic
Public Overridable Sub Add ( _
	gridColumn As C1BaseField _
)

Parameters

gridColumn
Type: C1.Web.UI.Controls.C1GridView..::..C1BaseField
The C1BaseField derived column object to append to the C1BaseFieldCollection

See Also