Aspose::Cells::Cells::GetRowOriginalHeightPoint method

Cells::GetRowOriginalHeightPoint method

Gets original row’s height in unit of point if the row is hidden.

Deprecated

Use Cells.GetRowHeight(int,bool,CellsUnitType) method, instead.

double Aspose::Cells::Cells::GetRowOriginalHeightPoint(int32_t row)
ParameterTypeDescription
rowint32_tThe row index.

ReturnValue

Remarks

NOTE: This member is now obsolete. Instead, please use Cells.GetRowHeight(int,bool,CellsUnitType) method. This method will be removed 12 months later since April 2024. Aspose apologizes for any inconvenience you may have experienced.

See Also