Function ProTableCreate
Description
Creates a table. The function creates the table on the current sheet or active combination state.
Synopsis
#include <ProTable.h>
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
Success
Failure
The object or model can't be modified.
User Guide References
¿Fue esto útil?