Object ProTable

Function ProTableRowAdd


Description
Adds a row to a table. If you try to insert a row in the middle of a nontemplate element of a repeat region, this function returns an error.
Synopsis
#include <ProTable.h>
ProErrorProTableRowAdd(
ProTable* table
/* (In)
the table;
*/
int insert_after_row
/* (In)
Insert the new row after this row. Row numbers start with 1. Pass the value 0 to insert the new row at the top of the table To Append at last pass value less that 0.(any negative Value)
*/
int display
/* (In)
Flag that specifies whether or not the table is to be displayed after creation.
*/
double height_in_chars
/* (In)
The height of the row in characters. Pass -1 to take value of previous column and first column in case of add at start.
*/
)
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