Table of Contents

TTableDefinition.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

Namespace: FlexCel.Core

public void AddColumn(TTableColumnDefinition columnDefinition)

Parameters

<-> Parameter Type Description
columnDefinition TTableColumn​Definition

See also