Object ProTable

Function ProTableColumnWidthSet


Description
Set the column width of a table.
Synopsis
#include <ProTable.h>
ProErrorProTableColumnWidthSet(
ProTable* table
/* (In)
The reference to the table.
*/
int column
/* (In)
The column index. Column indices start at 1.
*/
double column_width
/* (In)
Column width
*/
ProTableSizetype size_type
/* (In)
Size type.If PROTABLESIZE_CHARACTERS,then column_width will be rounded down. To avoid this, use PROTABLESIZE_CHARS_TRUE.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.
PRO_TK_GENERAL_ERRORThe column width could not set

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