ChartDirector 7.1 (.NET Edition)

CDMLTable.getColStyle


Usage

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

Description

Gets the TextBox object that represents the prototype of the cells in a column.

Arguments

ArgumentDefaultDescription
col(Mandatory)The column number of the 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 column. This may be used to fine-tune the appearance of the cells in the column.