ChartDirector 7.1 (.NET Edition)

CDMLTable.insertRow


Usage

[C#]public ChartDirector.TextBox insertRow(int row);
[VB]Public Function insertRow(row As Integer) As ChartDirector.TextBox

Description

Inserts a row to the table.

Arguments

ArgumentDefaultDescription
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

A TextBox object representing the prototype of the new row. This may be used to fine-tune the appearance of the new row.