[]
        
(Showing Draft Content)

C1.Blazor.Grid.GridCellFactory.SetRowHeight

SetRowHeight Method

SetRowHeight(int, double)

Sets the height of the row.

Declaration
protected override sealed void SetRowHeight(int row, double height)
Parameters
Type Name Description
int row

The index of the row.

double height

The height of the row.

Overrides

SetRowHeight(GridRowColType, int, double)

Sets the height of the row.

Declaration
protected virtual void SetRowHeight(GridRowColType rowType, int row, double height)
Parameters
Type Name Description
GridRowColType rowType

The type of row.

int row

The index of the row.

double height

The height of the row.