Cells.SetRowHeight

Cells.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.

See Also