'Usage
Dim instance As CellRow
Dim mode As AutoHeightMode
Dim graphics As Graphics
Dim printing As Boolean
Dim value As Integer
value = instance.GetFittedDisplayHeight(mode, graphics, printing)
true if the row is being printed; false otherwise.
Return Value
The fitted height of the row in pixels.
Remarks
The fitted height of the row is calculated in regards to the current width of the columns, taking into consideration the WordWrap property only if mode is set to AllContent.
If the WordWrap property is set to true, then the fitted height of the row will represent the height needed to display all data in the row appropriately. If the WordWrap property is set to false, then the fitted height of the row will represent the height needed to display only one line of data in the row.
If FitHeightToEditors is true, then the height of all the cell editors in the row will be consulted and if one of them is greater than the height of the cell viewers in the row, then the fitted height of the largest editor will be used.
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2