Object ProTable

Function ProTableCellBlankGet


Description
Gets blank border information of specified cell.
Synopsis
#include <ProTable.h>
ProErrorProTableCellBlankGet(
ProTable* table
/* (In)
table
*/
int row
/* (In)
specify row of cell. Indices start at 1
*/
int col
/* (In)
specify row of column. Indices start at 1
*/
int* blank_flags
/* (Out)
Bit mask of PROTBLCELL_BLANK_LEFT/RIGHT/TOP/Bottom
*/
)
Returns
PRO_TK_BAD_INPUTSselection not provided, selection not a table cell, or ProTable for output not provided.
PRO_TK_NO_ERRORSuccessfully found blank 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: Reading MBD or DrawingTables
  3. Model-Based Definition and Drawing Tables: Reading MBD or DrawingTables