Category
Drawings and detail
, Object
ProDwgtable
Function ProDwgtableCelltextWrap
Description
Wrap text in cell
Synopsis
#include <
ProDwgtable.h
>
ProError
ProDwgtableCelltextWrap
(
ProDwgtable
*
table
/* (In)
the reference to the table.
*/
int
row
/* (In)
The row index
*/
int
column
/* (In)
The column index
*/
)
Returns
PRO_TK_NO_ERROR
The function succeeded.
PRO_TK_BAD_INPUTS
One or more input arguments was invalid.
PRO_TK_GENERAL_ERROR
The function failed
Manual References:
Drawings: Modifying Drawing Tables
Drawings: Modifying Drawing Tables