Searched refs:heightPx (Results 1 – 2 of 2) sorted by relevance
49 if (cell.heightPx != null) { in renderRowsAndAppend()50 divStyle += SIZE_PREFIX + "height: " + cell.heightPx + "px; "; in renderRowsAndAppend()
85 public Integer widthPx, heightPx; field in Spreadsheet.CellInfo375 getCellInfo(to, row, lastColumn).heightPx = height - 2 * CELL_PADDING_PX; in matchRowHeights()