Insert an element at a particular index.

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

Syntax

C#
public virtual void Insert(
	int index,
	TElement element
)
Visual Basic
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