NewRow Method
The NewRow method inserts a new row to the table.
Syntax
[VC++]
double NewRow();
[C#]
public abstract new System.Double NewRow ( )
[VB]
Function NewRow() As Double
Return Value
Remaining space on the page is returned.
Example Code
For an example, see Table Formatting.