[VB] | Public Function insertRow(row As Integer) As ChartDirector.TextBox |
[C#] | public ChartDirector.TextBox insertRow(int row); |
ChartDirector 5.1 (.NET Edition)
CDMLTable.insertRow
Usage
[VB] | Public Function insertRow(row As Integer) As ChartDirector.TextBox |
[C#] | public ChartDirector.TextBox insertRow(int row); |
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