Removes an Column from this ColumnCollection.

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

Syntax

C#
public void Remove(
	Column column
)
Visual Basic
Public Sub Remove ( _
	column As Column _
)

Parameters

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

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