MTM_QueryExcelRowHeight

This message is sent once for every exported row while exporting to Excel.
If a value != 0 is returned, M!Table sets the height of the appropriate row in Excel.

Parameters
wParam
Unused
lParam
Row number

Return
The desired row height.
The desired height needs to be multiplied by 100 to be able to use 2 fractional digits.

Example
In this example the height of the row in Excel is set to 50:
On MTM_QueryExcelRowHeight
       Return 50 * 100

See also
MTblExportToExcel
MTblExportToExcelEx
Exports

Created with the Personal Edition of HelpNDoc: Easily create EPub books