Inserts a new resource 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,
	Resource value
)
Visual Basic (Declaration)
Public Sub Insert ( _
	index As Integer, _
	value As Resource _
)
Visual C++
public:
void Insert(
	int index, 
	Resource^ value
)

Parameters

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

See Also