Adds a new Column to the collection.

Namespace: DayPilot.Web.Ui
Assembly:  DayPilot (in DayPilot.dll)
Version: 4.0.1172.0

Syntax

C#
public int Add(
	Column value
)
Visual Basic (Declaration)
Public Function Add ( _
	value As Column _
) As Integer
Visual C++
public:
int Add (
	Column^ value
)

Parameters

value
Column
Column to be added.

Return Value

See Also