Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / GetRowHeight Method
Row index


In This Topic
    GetRowHeight Method (SheetView)
    In This Topic
    Gets the height in pixels for the specified row on this sheet.
    Syntax
    'Declaration
     
    
    Public Function GetRowHeight( _
       ByVal row As Integer _
    ) As Integer
    'Usage
     
    
    Dim instance As SheetView
    Dim row As Integer
    Dim value As Integer
     
    value = instance.GetRowHeight(row)
    public int GetRowHeight( 
       int row
    )

    Parameters

    row
    Row index
    See Also