Insert an element at a particular index.

Namespace:  TallComponents.Interaction
Assembly:  TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.20.0

Syntax

C#
public virtual void Insert(
	int index,
	TElement element
)
Visual Basic (Declaration)
Public Overridable Sub Insert ( _
	index As Integer, _
	element As TElement _
)

Parameters

index
Type: System..::.Int32
The index,
element
Type: TElement
The new element.

Implements

IList<(Of <(T>)>)..::.Insert(Int32, T)

See Also