Cells.SetRowHeightInch

Cells.SetRowHeightInch method

Sets row height in unit of inches.

public void SetRowHeightInch(int row, double inches)
ParameterTypeDescription
rowInt32Row index.
inchesDoubleNumber of inches. It should be between 0 and 409.5/72.

See Also