Adds the elements of an array of cells to the end of this collection.

Namespace: TallComponents.PDF.Layout.Paragraphs
Assembly: TallComponents.PDF.Layout (in TallComponents.PDF.Layout.dll) Version: 3.0.63.0

Syntax

C#
public void AddRange(
	Cell[] cells
)
Visual Basic
Public Sub AddRange ( _
	cells As Cell() _
)

Parameters

cells
Type: array<TallComponents.PDF.Layout.Paragraphs..::..Cell>[]()[][]
The array of cells whose elements should be added to the end of the collection.

See Also