EndTable Method
The EndTable method is invoked to end the current table.
Syntax
[VC++]
void EndTable();
[C#]
public abstract new void EndTable ( )
[VB]
Sub EndTable()
Example Code
For an example, see Table Formatting.