AppendEmptyRow 

Purpose

Appends an empty row to the table.

Syntax

void* AppendEmptyRow(void);

Return Value

Pointer to the memory of the new row.

Exceptions

Throws const char* for ItAppLine failure in the RFC C-API.

Description

The current row pointer is reset to point to the newly appended row.

Related Information

Row

ConstRow

RemoveRow

InsertEmptyRow

AppendInitializedRow

Field (Constant Table, by Index/Column Name

Field (Constant Table, by Index/Column Number)

Field (by Row/Column/Field Name)

Field (by Row/Column Number)