Documentación de la API > Drawings and detail > Object ProDwgtable > Function ProDwgtableRowheightAutoadjustSet
Function ProDwgtableRowheightAutoadjustSet
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()
Replacement in Object TOOLKIT:
Synopsis
#include <ProDwgtable.h>
ProDwgtableRowheightAutoadjustSet
(
/* (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.
User Guide References
¿Fue esto útil?