FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / Row Class / GetPreferredHeight Method


In This Topic
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()
See Also