Description | ||||||||
Creates a table. The function creates the table on the current sheet or active combination state. | ||||||||
Synopsis | ||||||||
#include <ProTable.h> | ||||||||
ProError | ProTableCreate | ( | ||||||
ProMdl mdl | ||||||||
/* (In) | ||||||||
The Model | ||||||||
*/ | ||||||||
ProTableData table_data | ||||||||
/* (In) | ||||||||
The table data | ||||||||
*/ | ||||||||
int display | ||||||||
/* (In) | ||||||||
Boolean flag that specifies whether or not the table is to be displayed after creation. If display==FALSE, then the table is not displayed. | ||||||||
*/ | ||||||||
ProTable* table | ||||||||
/* (Out) | ||||||||
the table | ||||||||
*/ | ||||||||
) | ||||||||
Returns | ||||||||
|