Object ProTable

Function ProTableRowDelete


Description
Delete the specified row from the table.
Synopsis
#include <ProTable.h>
ProErrorProTableRowDelete(
ProTable* table
/* (In)
The table;
*/
int row
/* (In)
The row index. Row indices start at 1.
*/
int display
/* (In)
Flag that specifies whether or not the table is to be displayed after creation.
*/
)
Returns
PRO_TK_NO_ERRORSuccess;
PRO_TK_GENERAL_ERRORFailure.

Manual References:

  1. Technical Summary of Changes for Creo 11.0.0.0: Model-based Definition Tables
  2. Technical Summary of Changes for Creo 11.0.0.0: Functions superseded from Creo 1.0 to Creo 11.0
  3. Model-Based Definition and Drawing Tables: Modifying MBD or Drawing Tables
  4. Model-Based Definition and Drawing Tables: Modifying MBD or Drawing Tables