GetPreferredHeight Method (Row)
Gets the minimum height necessary to display the text in all cells in this row.
public float GetPreferredHeight()
'Declaration
Public Function GetPreferredHeight() As Single
'Usage
Dim instance As Row
Dim value As Single
value = instance.GetPreferredHeight()