Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / GetPreferredRowHeight Method / GetPreferredRowHeight(Int32,PreferredSizeRowOptions) Method
Row index
Options when getting the preferred height


In This Topic
    GetPreferredRowHeight(Int32,PreferredSizeRowOptions) Method
    In This Topic
    Gets the height in pixels of the tallest cell (based on text content) in the specified row on this sheet.
    Syntax
    'Declaration
     
    
    Public Overloads Function GetPreferredRowHeight( _
       ByVal row As Integer, _
       ByVal flags As PreferredSizeRowOptions _
    ) As Single
    'Usage
     
    
    Dim instance As SheetView
    Dim row As Integer
    Dim flags As PreferredSizeRowOptions
    Dim value As Single
     
    value = instance.GetPreferredRowHeight(row, flags)
    public float GetPreferredRowHeight( 
       int row,
       PreferredSizeRowOptions flags
    )

    Parameters

    row
    Row index
    flags
    Options when getting the preferred height
    See Also