Add an array of elements.
Namespace: TallComponents.InteractionAssembly: 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
| Exception | Condition |
|---|---|
| System..::..ArgumentNullException | A given element is nullNothingnullptra null reference (Nothing in Visual Basic). |