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