FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / TransposedGridCellFactory Class / GetRowRenderHeight Method
The row index.

In This Topic
    GetRowRenderHeight Method (TransposedGridCellFactory)
    In This Topic
    Gets the render height of the specified row.
    Syntax
    'Declaration
     
    Public Function GetRowRenderHeight( _
       ByVal row As Integer _
    ) As Double
    public double GetRowRenderHeight( 
       int row
    )

    Parameters

    row
    The row index.
    See Also