Inserts a new resource 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,
	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
Int32
New resource position.
value
Resource
Resource to be added.

See Also