C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / GridCellFactory Class / GetRowRenderHeight Method
The row index.

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

Parameters

row
The row index.
See Also