Searches for the specified Column in the TableColumnDefinitionCollection.

Namespace: TallComponents.PDF.Layout.Paragraphs
Assembly: 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

Return Value

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

See Also