Object ProTable

Function ProTableCelltextGet


Description
Places the text of the table into a string array.
Synopsis
#include <ProTable.h>
ProErrorProTableCelltextGet(
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.
*/
ProTableParamMode mode
/* (In)
The mode type. Use 1 to get the text as displayed. Use 2 to get the text as shown in the full note editor, in n:&symbol notation.
*/
ProWstring** lines
/* (Out)
The text of the table. Free this using ProWstringproarrayFree().
*/
)
Returns
PRO_TK_NO_ERRORSuccess
PRO_TK_GENERAL_ERRORFailure or table cell does not have any entered text

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: Reading MBD or DrawingTables
  4. Model-Based Definition and Drawing Tables: Reading MBD or DrawingTables