Adds an object to a C1WebCollectionBase at specified position.

Namespace:  C1.Web.Command
Assembly:  C1.Web.Command.2 (in C1.Web.Command.2.dll)

Syntax

C#
public void AddAt(
	int index,
	Object value
)
Visual Basic (Declaration)
Public Sub AddAt ( _
	index As Integer, _
	value As Object _
)

Parameters

index
Type: System..::.Int32
Position
value
Type: System..::.Object
Object to add

See Also