Aspose::Cells::Cells::GetRowHeight method

Cells::GetRowHeight(int32_t, bool, CellsUnitType) method

Gets original row’s height.

double Aspose::Cells::Cells::GetRowHeight(int32_t row, bool isOriginal, CellsUnitType unitType)
ParameterTypeDescription
rowint32_tThe row index.
isOriginalbool
unitTypeCellsUnitType

ReturnValue

See Also

Cells::GetRowHeight(int32_t) method

Gets the height of a specified row, in unit of points.

double Aspose::Cells::Cells::GetRowHeight(int32_t row)
ParameterTypeDescription
rowint32_tRow index

ReturnValue

Height of row

See Also