API Documentation > Miscellaneous > Object ProTable > Function ProTableRowheightAutoadjustGet
Function ProTableRowheightAutoadjustGet
Description
Get the automatic row height adjustment property for a row of a table.
Replacement in Object TOOLKIT:
Synopsis
#include <ProTable.h>
ProTableRowheightAutoadjustGet
(
ProTable* table
/* (In)
The reference to the table.
*/
int row
/* (In)
Row number for which the property is to be retrieved. Row numbers start with 1.
*/
/* (In)
Size type. If PROTABLESIZE_CHARACTERS, then row_height will be rounded down. To avoid this, use PROTABLESIZE_CHARS_TRUE.
*/
/* (Out)
Retrieved value for auto-adjust property.
*/
double* height
/* (Out)
Auto adjusted height if auto_adjust is PROTBLROWHEIGHT_AUTOADJUST_TRUE. Ignore for PROTBLROWHEIGHT_AUTOADJUST_FALSE
*/
)
Returns
The function succeeded.
One or more input arguments was invalid.
The automatic adjust property could not be retrieved.
User Guide References
Was this helpful?