GridCells.SetRowHeight

GridCells.SetRowHeight method

Sets the height of the specified row.

public void SetRowHeight(int row, double height)
ParameterTypeDescription
rowInt32Row index.
heightDoubleHeight of row.In unit of point It should be between 0 and 409.5.

Remarks

To hide a row, sets row height to zero.

See Also