TableColumnCollection ClassGemBox.Document Help
Represents a set of TableColumns which define all of the shared vertical edges of the table, as well as default widths for each of these TableColumns.
Inheritance Hierarchy

System Object
  System.Collections.ObjectModel Collection TableColumn 
    GemBox.Document.Tables TableColumnCollection

Namespace: GemBox.Document.Tables
Assembly: GemBox.Document (in GemBox.Document.dll) Version: 21.3.30.1113
Syntax

public sealed class TableColumnCollection : Collection<TableColumn>
Remarks

Used as a container for a Table.Columns property.

Table could have less or more columns than the number of columns in this collection when it is rendered, depending on how many TableCell there are in each TableRow in a table.

See Also