Object ProTable

Function ProTableCellIsComment


Description
Determines whether the specified cell is a comment cell.
Synopsis
#include <ProTable.h>
ProErrorProTableCellIsComment(
ProTable* table
/* (In)
the table;
*/
int column
/* (In)
the column index. The column indices start at 1.
*/
int row
/* (In)
the row index. The row indices start at 1.
*/
ProBoolean* is_comment
/* (Out)
PRO_B_TRUE if the cell is a comment cell. PRO_B_FALSE otherwise.
*/
)
Returns
PRO_TK_NO_ERRORsuccess.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.

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
  5. Model-Based Definition and Drawing Tables: Repeat Regions