Aspose::Cells::Cells::SetRowHeightInch method

Cells::SetRowHeightInch method

Sets row height in unit of inches.

void Aspose::Cells::Cells::SetRowHeightInch(int32_t row, double inches)
ParameterTypeDescription
rowint32_tRow index.
inchesdoubleNumber of inches. It should be between 0 and 409.5/72.

See Also