Searches for the specified Section in the SectionCollection.
Namespace: TallComponents.PDF.LayoutAssembly: 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.