Inserts a new Task at the specified position.

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

Syntax

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

Parameters

index
Type: System..::..Int32
New Task position.
value
Type: DayPilot.Web.Ui..::..Task
Task to be added.

See Also