Searches for the specified Cell in the CellCollection.
Namespace: TallComponents.PDF.Layout.ParagraphsAssembly: 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.