getCell(row, column, topmost)
topmost - If set to true, it returns the TD element from the topmost overlay. For example,
if the wanted cell is in the range of fixed rows, it will return a TD element from the top overlay.
But it doesn’t work if:
fixedRowsBottom = 1
It returns bottom th, not top one.
Could be checked here.