[C#] | public ChartDirector.TextBox insertRow(int row); |
[VB] | Public Function insertRow(row As Integer) As ChartDirector.TextBox |
ChartDirector 7.1 (.NET Edition)
CDMLTable.
Usage
[C#] | public ChartDirector.TextBox insertRow(int row); |
[VB] | Public Function insertRow(row As Integer) As ChartDirector.TextBox |
Description
Arguments
Argument | Default | Description |
---|---|---|
row | (Mandatory) | The row number of the inserted row. The row is numbered from top to bottom, with the top row being 0. |
Return Value