[VB] | Public Function insertCol(col As Integer) As ChartDirector.TextBox |
[C#] | public ChartDirector.TextBox insertCol(int col); |
ChartDirector 5.1 (.NET Edition)
CDMLTable.insertCol
Usage
[VB] | Public Function insertCol(col As Integer) As ChartDirector.TextBox |
[C#] | public ChartDirector.TextBox insertCol(int col); |
Description
Arguments
Argument | Default | Description |
---|---|---|
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