ChartDirector 7.1 (C++ Edition)

CDMLTable.insertRow


Usage

TextBox *insertRow(int row);

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.