Category Drawings and detail, Object ProDwgtable

Function ProDwgtableCellIsComment


Description
Determines whether the specified cell is a comment cell.
Replacement in Object TOOLKIT: pfcTable::IsCommentCell
Synopsis
#include <ProDwgtable.h>
ProErrorProDwgtableCellIsComment(
ProDwgtable* 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. Drawings: Repeat Regions
  2. Drawings: Repeat Regions

Sample Code References:

  1. pt_examples ( TestDrawTbl.c )