Method Insert
Namespace TallComponents.PDF.Layout
Class SectionCollection
Insert an on a specific place in this .
The
does not accept a
as a valid value.
Syntax
public
Void
Insert(
Int32
index
,
Section
section
)
Returns
Void
Parameters
Int32
index
The zero-based index at which the should be inserted.
Section
section
The to be insert.