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> | ||||||||||||||
ProError | ProTableRowheightAutoadjustSet | ( | ||||||||||||
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 | ||||||||||||||
|