Searches for the specified Row in the RowCollection.

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

Syntax

C#
public int IndexOf(
	Row row
)
Visual Basic
Public Function IndexOf ( _
	row As Row _
) As Integer

Parameters

row
Type: TallComponents.PDF.Layout.Paragraphs..::..Row
The Row to locate in the RowCollection.

Return Value

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

See Also