Aspose::Cells::Cells::SetRowHeight method

Cells::SetRowHeight method

Sets the height of the specified row.

void Aspose::Cells::Cells::SetRowHeight(int32_t row, double height)
ParameterTypeDescription
rowint32_tRow index.
heightdoubleHeight of row.In unit of point It should be between 0 and 409.5.

See Also