Namespace TallComponents.PDF.Layout.Paragraphs
Class TableColumnDefinitionCollection
Contains the cell definitions for all cells in the corresponding table column.
Syntax
public class TableColumnDefinitionCollection : Object,IEnumerable
Constructors
Properties
Int32 Count
Get the number of table row definitions in this collection.
TableColumnDefinition Item
Get a TableColumnDefinition by 0-based index.
Methods
Void Add(TableColumnDefinition)
Add a column definition to the collection.
Void AddRange(TableColumnDefinitionCollection)
Adds the elements of a TableColumnDefinitionCollection to the end of this collection.
Void AddRange(TableColumnDefinition[])
Adds the elements of an array of column definitions to the end of this collection.
Void Clear()
Removes all column definitions from this collection.
Boolean Contains(TableColumnDefinition)
Determine whether an TableColumnDefinition is in the TableColumnDefinitionCollection.
IEnumerator GetEnumerator()
Implements .
Int32 IndexOf(TableColumnDefinition)
Searches for the specified Column in the TableColumnDefinitionCollection.
Void Insert(Int32,TableColumnDefinition)
Insert an on a specific place in this .
Void Remove(TableColumnDefinition)
Removes an TableColumnDefinition from this TableColumnDefinitionCollection.
Void RemoveAt(Int32)
Removes an Column from the ColumnCollection at the specified index.