[C#] | public ChartDirector.TextBox getColStyle(int col); |
[VB] | Public Function getColStyle(col As Integer) As ChartDirector.TextBox |
ChartDirector 7.1 (.NET Edition)
CDMLTable.
Usage
[C#] | public ChartDirector.TextBox getColStyle(int col); |
[VB] | Public Function getColStyle(col As Integer) As ChartDirector.TextBox |
Description
Arguments
Argument | Default | Description |
---|---|---|
col | (Mandatory) | The column number of the column. The column is numbered from left to right, with the leftmost column being 0. |
Return Value