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