Retrieves the height of a specified row within the sheet.
public int GetRowHeightInPixel(
int rowIndex
)
rowIndex
An int specifying the zero-based index of the row whose height is to be retrieved.
An integer representing the height of the specified row in pixels.