Documentation de l'API > Miscellaneous > Object ProTable > Function ProTableColumnDelete
Function ProTableColumnDelete
Description
Deletes the specified column from the table.
Synopsis
#include <ProTable.h>
ProTableColumnDelete
(
ProTable* table
/* (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
Success;
Failure.
The object or model can't be modified.
User Guide References
Est-ce que cela a été utile ?