Searches for the specified Column in the TableColumnDefinitionCollection.
Namespace: TallComponents.PDF.Layout.ParagraphsAssembly: TallComponents.PDF.Layout (in TallComponents.PDF.Layout.dll) Version: 3.0.63.0
Syntax
| C# |
|---|
public int IndexOf( TableColumnDefinition column ) |
| Visual Basic |
|---|
Public Function IndexOf ( _ column As TableColumnDefinition _ ) As Integer |
Parameters
- column
- Type: TallComponents.PDF.Layout.Paragraphs..::..TableColumnDefinition
The TableColumnDefinition to locate in the TableColumnDefinitionCollection.