Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / Row Class / GetPreferredHeight Method


In This Topic
    GetPreferredHeight Method
    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