Add an array of elements.

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

Syntax

C#
public void AddRange(
	TElement[] elements
)
Visual Basic
Public Sub AddRange ( _
	elements As TElement() _
)

Parameters

elements
Type: array<TElement>[]()[][]
The elements.

Exceptions

ExceptionCondition
System..::..ArgumentNullExceptionA given element is nullNothingnullptra null reference (Nothing in Visual Basic).

See Also