Cells.GetRowHeight

Cells.GetRowHeight method

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