Add a column definition to the collection.
Namespace: TallComponents.PDF.Layout.ParagraphsAssembly: TallComponents.PDF.Layout (in TallComponents.PDF.Layout.dll) Version: 3.0.63.0
Syntax
| C# |
|---|
public void Add( TableColumnDefinition column ) |
| Visual Basic |
|---|
Public Sub Add ( _ column As TableColumnDefinition _ ) |
Parameters
- column
- Type: TallComponents.PDF.Layout.Paragraphs..::..TableColumnDefinition
Add this column definition.
Remarks
Adds the given column definition to the collection.