ChartDirector 7.1 (.NET Edition)

CDMLTable.insertCol


Usage

[C#]public ChartDirector.TextBox insertCol(int col);
[VB]Public Function insertCol(col As Integer) As ChartDirector.TextBox

Description

Inserts a column to the table.

Arguments

ArgumentDefaultDescription
col(Mandatory)The column number of the inserted column. The column is numbered from left to right, with the leftmost column being 0.

Return Value

A TextBox object representing the prototype of the cells in the new column. This may be used to fine-tune the appearance of the cells in the new column.