RemoveRow 

Purpose

Removes the specified row.

Syntax

void RemoveRow(int nIndex);

Parameters

nIndex: a zero-based integer specifying the desired row.

Return Value

None.

Exceptions

Throws const char* when the specified integer index is larger than the total number of rows in the table.

Related Information

AppendToTable

GetConstRow

GetRow