API Documentation > Miscellaneous > Object ProTable > Function ProTableRowHeightGet
Function ProTableRowHeightGet
Description
Get the row height of a table
Synopsis
#include <ProTable.h>
ProTableRowHeightGet
(
ProTable* table
/* (In)
The reference to the table.
*/
int row
/* (In)
The row index. The row indices start at 1.
*/
/* (In)
Size type. If PROTABLESIZE_CHARACTERS, then row_height will be rounded down. To avoid this, use PROTABLESIZE_CHARS_TRUE.
*/
double* row_height
/* (Out)
Row height
*/
)
Returns
The function succeeded.
One or more input arguments was invalid.
The row height could not set
User Guide References
Was this helpful?