Method AddRange
Namespace TallComponents.PDF.Layout
Class SectionCollection
Adds the elements of an array of sections to the end of this collection.
Note: When an exception occurs the state of the collection is undefined. (None or some entries might have been added. The status is not reverted.)
Syntax
public
Void
AddRange(
Section[]
sections
)
Returns
Void
Parameters
Section[]
sections
The array of sections whose elements should be added to
the end of the collection.