Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / LayoutManager Class / GetRowHeight Method
An integer value indicates the row index.


In This Topic
    GetRowHeight Method (LayoutManager)
    In This Topic
    Gets the height of the row.
    Syntax
    'Declaration
     
    
    Public Function GetRowHeight( _
       ByVal row As Integer _
    ) As Integer
    'Usage
     
    
    Dim instance As LayoutManager
    Dim row As Integer
    Dim value As Integer
     
    value = instance.GetRowHeight(row)
    public int GetRowHeight( 
       int row
    )

    Parameters

    row
    An integer value indicates the row index.

    Return Value

    An integer value represents the height of the row.
    See Also