Cells.GetRowHeight

GetRowHeight(int, bool, CellsUnitType)

Gets original row’s height.

public double GetRowHeight(int row, bool isOriginal, CellsUnitType unitType)
ParameterTypeDescription
rowInt32The row index.
isOriginalBoolean
unitTypeCellsUnitType

See Also


GetRowHeight(int)

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

public double GetRowHeight(int row)
ParameterTypeDescription
rowInt32Row index

Return Value

Height of row

See Also