ChartDirector 5.1 (.NET Edition)

CDMLTable.appendRow


Usage

[VB] Public Function appendRow() As ChartDirector.TextBox
[C#] public ChartDirector.TextBox appendRow();

Description

Appends a row to the bottom of the table.

Arguments

None

Return Value

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