Determine whether an Column is in the ColumnCollection.

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

Syntax

C#
public bool Contains(
	Column column
)
Visual Basic
Public Function Contains ( _
	column As Column _
) As Boolean

Parameters

column
Type: TallComponents.PDF.Layout..::..Column
The Column to verify.

Return Value

True if the Column is found in this ColumnCollection, false otherwise.

Remarks

The column does not accept a nullNothingnullptra null reference (Nothing in Visual Basic) as a valid value.

Exceptions

ExceptionCondition
System..::..ArgumentNullExceptionThe given column is nullNothingnullptra null reference (Nothing in Visual Basic).

See Also