Adds the elements of a CellCollection 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(
	CellCollection cells
)
Visual Basic
Public Sub AddRange ( _
	cells As CellCollection _
)

Parameters

cells
Type: TallComponents.PDF.Layout.Paragraphs..::..CellCollection
The CellCollection whose elements should be added to the end of the collection.

See Also