Inserts a new column at the specified position.

Namespace:  DayPilot.Web.Ui
Assembly:  DayPilot (in DayPilot.dll) Version: 5.8.1956.0 (5.8.1956.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
Type: System..::.Int32
New column position.
value
Type: DayPilot.Web.Ui..::.Column
Column to be added.

See Also