Object ProTable

Function ProTableCellMergeGet


Description
Gets merge information of specified cell.
Synopsis
#include <ProTable.h>
ProErrorProTableCellMergeGet(
ProTable* table
/* (In)
table
*/
int row
/* (In)
specify row of cell. Indices start at 1
*/
int col
/* (In)
specify column of cell. Indices start at 1
*/
ProBoolean* is_merge
/* (Out)
PRO_B_TRUE if cell is merge
*/
int* start_row
/* (Out)
row index for start merge cell. Indices start at 1
*/
int* start_col
/* (Out)
column index for start merge cell. Indices start at 1
*/
int* end_row
/* (Out)
row index for end merge cell. Indices start at 1.
*/
int* end_col
/* (Out)
column index for end merge cell. Indices start at 1.
*/
)
Returns
PRO_TK_BAD_INPUTSselection not provided, selection not a table cell, or ProTable for output not provided.
PRO_TK_NO_ERRORSuccessfully found merge information

Manual References:

  1. Technical Summary of Changes for Creo 11.0.1.0: Model-based Definition Tables
  2. Model-Based Definition and Drawing Tables: Modifying MBD or Drawing Tables
  3. Model-Based Definition and Drawing Tables: Modifying MBD or Drawing Tables