[]
        
(Showing Draft Content)

C1.WPF.Grid.GridLinkedCellFactory.SetRowHeight

SetRowHeight Method

SetRowHeight(GridRowColType, int, double)

Sets the height of the row.

Declaration
protected override void SetRowHeight(GridRowColType rowType, int row, double height)
Protected Overrides Sub SetRowHeight(rowType As GridRowColType, row As Integer, height As Double)
Parameters
Type Name Description
GridRowColType rowType

The type of row.

int row

The index of the row.

double height

The height of the row.

Overrides