Adds the elements of a TableColumnDefinitionCollection to the end of this collection.
Namespace: TallComponents.PDF.Layout.ParagraphsAssembly: TallComponents.PDF.Layout (in TallComponents.PDF.Layout.dll) Version: 3.0.63.0
Syntax
| C# |
|---|
public void AddRange( TableColumnDefinitionCollection columns ) |
| Visual Basic |
|---|
Public Sub AddRange ( _ columns As TableColumnDefinitionCollection _ ) |
Parameters
- columns
- Type: TallComponents.PDF.Layout.Paragraphs..::..TableColumnDefinitionCollection
The TableColumnDefinitionCollection whose elements should be added to the end of this collection.
Remarks
Note: When an exception occurs the state of the collection is undefined. (None or some entries might have been added. The status is not reverted.)