Inserts a new column at the specified position.

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

Syntax

C#
public void Insert(
	int index,
	Column value
)
Visual Basic (Declaration)
Public Sub Insert ( _
	index As Integer, _
	value As Column _
)
Visual C++
public:
void Insert (
	int index, 
	Column^ value
)

Parameters

index
Int32
New column position.
value
Column
Column to be added.

See Also