Searches for the specified Section in the SectionCollection.

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

Syntax

C#
public int IndexOf(
	Section section
)
Visual Basic
Public Function IndexOf ( _
	section As Section _
) As Integer

Parameters

section
Type: TallComponents.PDF.Layout..::..Section
The Section to locate in the SectionCollection.

Return Value

The zero-based index at which the Section is found, -1 if not found.

See Also