Object ProTable

Function ProTableRowheightAutoadjustSet


Description
Set the automatic row height adjustment property for a row of a table.

NOTE: Height changes (if any) will be visible only after next regeneration or a call to ProTablesUpdate()

Synopsis
#include <ProTable.h>
ProErrorProTableRowheightAutoadjustSet(
ProTable* table
/* (In)
The reference to the table.
*/
int row
/* (In)
Row number for which the property is to be set. Row numbers start with 1.
*/
ProTableRowheightAutoadjusttype auto_adjust
/* (In)
PROTBLROWHEIGHT_AUTOADJUST_TRUE to set the property, PROTBLROWHEIGHT_AUTOADJUST_FALSE to unset it.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.
PRO_TK_GENERAL_ERRORThe automatic adjust property could not be set.
PRO_TK_CANT_MODIFYThe row is a non-template repeat region row.

Manual References:

  1. Technical Summary of Changes for Creo 11.0.0.0: Model-based Definition Tables
  2. Model-Based Definition and Drawing Tables: Modifying MBD or Drawing Tables
  3. Model-Based Definition and Drawing Tables: Modifying MBD or Drawing Tables