API 文件集 > Drawings and detail > Object ProDwgtable > Function ProDwgtableColumnDelete
Function ProDwgtableColumnDelete
DEPRECATED:
Creo 11.0
SUPERSEDED BY:
Description
Deletes the specified column from the table.
Replacement in Object TOOLKIT:
Synopsis
#include <ProDwgtable.h>
ProDwgtableColumnDelete
(
/* (In)
The table.
*/
int column
/* (In)
The column index. The indices start at 1.
*/
int display
/* (In)
Flag that specifies whether or not the table is to be displayed after creation. If display==TRUE, then the table is displayed (behavior as in releases prior to Release 20). If display==FALSE, then the table is not displayed.
*/
)
Returns
Sample Code References
User Guide References
這是否有幫助?