Object ProTable

Function ProTableCellsRemesh


Description
Undoes all merges created in the specified rectangular region.
Synopsis
#include <ProTable.h>
ProErrorProTableCellsRemesh(
ProTable* table
/* (In)
the table;
*/
int start_column
/* (In)
the leftmost column of the region to remesh;
*/
int start_row
/* (In)
the upper row of the region to remesh;
*/
int end_column
/* (In)
the rightmost column of the region to remesh;
*/
int end_row
/* (In)
the bottom row of the region to remesh.
*/
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
PRO_TK_NO_ERRORSuccess.
PRO_TK_GENERAL_ERRORFailure.
PRO_TK_NOT_VALIDWhen the input row or the column does not exist.

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