ITableDefinition.AddColumn Method
Adds a column to a table definition.
This is mostly used for tables without headers; as in the tables with headers, columns will be inferred from the cells in the header.
Syntax
Unit: FlexCel.Core
procedure ITableDefinition.AddColumn(const columnDefinition: TTableColumnDefinition); virtual; abstract;
Parameters
See also