Documentación de la API > Miscellaneous > Object ProTable > Function ProTableRowheightAutoadjustSet
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 ProDrawingTablesUpdate() for drawing tables.
Synopsis
#include <ProTable.h>
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.
*/
/* (In)
*/
)
Returns
The function succeeded.
One or more input arguments was invalid.
The automatic adjust property could not be set.
The row is a non-template repeat region row. The object or model can't be modified.
User Guide References
¿Fue esto útil?