Function ProDwgtableColumnAdd
DEPRECATED:
Creo 11.0
SUPERSEDED BY:
Description
adds column to a table
Replacement in Object TOOLKIT:
Synopsis
#include <ProDwgtable.h>
ProDwgtableColumnAdd
(
/* (In)
the table;
*/
int insert_after_col
/* (In)
insert the new column after this column. Column numbers start with 1. If you want the new column to be the first column, pass the value 0.
*/
int display
/* (In)
Flag that specifies whether or not the table is to be displayed after creation.
*/
double width_in_chars
/* (In)
the width of the column, in characters.
*/
)
Returns
Sample Code References
User Guide References
Est-ce que cela a été utile ?