GetRowHeight

SpreadsheetWorksheet.GetRowHeight method

Gets the height of the specified row in points.

public double GetRowHeight(int row)
Parameter Type Description
row Int32 The row index.

Return Value

The height of the row in points.

See Also