Category Drawings and detail, Object ProDwgtable

Function ProDwgtableCelltextWrap


Description
Wrap text in cell
Synopsis
#include <ProDwgtable.h>
ProErrorProDwgtableCelltextWrap(
ProDwgtable* table
/* (In)
the reference to the table.
*/
int row
/* (In)
The row index
*/
int column
/* (In)
The column index
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.
PRO_TK_GENERAL_ERRORThe function failed

Manual References:

  1. Model-Based Definition and Drawing Tables: Modifying MBD or Drawing Tables
  2. Model-Based Definition and Drawing Tables: Modifying MBD or Drawing Tables