get_row_original_height_point method

get_row_original_height_point

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

Returns

def get_row_original_height_point(self, row):
    ...
ParameterTypeDescription
rowintThe row index.

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