Searches for the specified Column in the ColumnCollection.

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

Syntax

C#
public int IndexOf(
	Column column
)
Visual Basic
Public Function IndexOf ( _
	column As Column _
) As Integer

Parameters

column
Type: TallComponents.PDF.Layout..::..Column
The Column to locate in the ColumnCollection.

Return Value

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

See Also