Object ProTable

Function ProTableCellFillColorGet


Description
Gets color of specified cell.
Synopsis
#include <ProTable.h>
ProErrorProTableCellFillColorGet(
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
*/
ProColor* color
/* (Out)
The color of the given table cell.
*/
)
Returns
PRO_TK_BAD_INPUTSselection not provided, selection not a table cell, or ProTable for output not provided.
PRO_TK_E_NOT_FOUNDWhen there is no fill color.
PRO_TK_NO_ERRORSuccessfully found color of the cell.

Manual References:

  1. Technical Summary of Changes for Creo 11.0.2.0: Model Based Definition
  2. Model-Based Definition and Drawing Tables: Reading MBD or DrawingTables
  3. Model-Based Definition and Drawing Tables: Reading MBD or DrawingTables