
Replacement in Object TOOLKIT: |

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. */ ProTableSizetype size_type /* (In) Size type. If PROTABLESIZE_CHARACTERS, then row_height will be rounded down. To avoid this, use PROTABLESIZE_CHARS_TRUE. */ ProTableRowheightAutoadjusttype* auto_adjust /* (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 */ ) |

The function succeeded. | |
One or more input arguments was invalid. | |
The automatic adjust property could not be retrieved. |

