Removes an TableColumnDefinition from this TableColumnDefinitionCollection.
Namespace: TallComponents.PDF.Layout.ParagraphsAssembly: TallComponents.PDF.Layout (in TallComponents.PDF.Layout.dll) Version: 3.0.63.0
Syntax
| C# |
|---|
public void Remove( TableColumnDefinition column ) |
| Visual Basic |
|---|
Public Sub Remove ( _ column As TableColumnDefinition _ ) |
Parameters
- column
- Type: TallComponents.PDF.Layout.Paragraphs..::..TableColumnDefinition
The column to remove.
Remarks
The column does not accept a nullNothingnullptra null reference (Nothing in Visual Basic) as a valid value.
Exceptions
| Exception | Condition |
|---|---|
| System..::..ArgumentNullException | The given column is nullNothingnullptra null reference (Nothing in Visual Basic). |