GetRowRenderHeight Method (GridWrapCellFactory)
In This Topic
Gets the render height of the specified row.
Syntax
'Declaration
Public Function GetRowRenderHeight( _
ByVal As Integer _
) As Double
public double GetRowRenderHeight(
int
)
Parameters
- row
- The row index.
See Also