SetRowHeight Method |
[Top] [Chapter] [Previous] [Next] |
Applies to Declaration bool SetRowHeight(int Mode, int MinHeight, int MaxHeight); Description Set the height of the current row or all rows in the table.
Parameters
Important Please make sure that either MinHeight or MaxHeight is 0 since in RTF format only one of this values can be stored (tag: \trrh). |