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