Description | ||||||||||||||
Set the automatic row height adjustment property for a row of a drawing table.
NOTE: Height changes (if any) will be visible only after next regeneration or a call to ProDrawingTablesUpdate() |
||||||||||||||
Synopsis | ||||||||||||||
#include <ProDwgtable.h> | ||||||||||||||
ProError | ProDwgtableRowheightAutoadjustSet | ( | ||||||||||||
ProDwgtable* 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. | ||||||||||||||
*/ | ||||||||||||||
ProDwgtableRowheightAutoadjusttype auto_adjust | ||||||||||||||
/* (In) | ||||||||||||||
PRODWGTBLROWHEIGHT_AUTOADJUST_TRUE to set the property, PRODWGTBLROWHEIGHT_AUTOADJUST_FALSE to unset it. | ||||||||||||||
*/ | ||||||||||||||
) | ||||||||||||||
Returns | ||||||||||||||
|