Searches for the specified Cell in the CellCollection.

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

Syntax

C#
public int IndexOf(
	Cell cell
)
Visual Basic
Public Function IndexOf ( _
	cell As Cell _
) As Integer

Parameters

cell
Type: TallComponents.PDF.Layout.Paragraphs..::..Cell
The Cell to locate in the CellCollection.

Return Value

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

See Also