GetRowHeightPx

SpreadsheetWorksheet.GetRowHeightPx method

Gets the height of the specified row in pixels.

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

Return Value

The height of the row in pixels.

See Also