Searched refs:lastCell (Results 1 – 1 of 1) sorted by relevance
474 CellAddress lastCell = getLastUsedCellAddress(xSheet, 0, 0); in checkDrillDownSheetContent() local475 if (data.length <= 0 || lastCell.Row == 0 || lastCell.Column == 0) in checkDrillDownSheetContent()481 if (data.length != lastCell.Row + 1 || data[0].length != lastCell.Column + 1) in checkDrillDownSheetContent()490 xCR = xSheet.getCellRangeByPosition(0, 0, lastCell.Column, lastCell.Row); in checkDrillDownSheetContent()
Completed in 16 milliseconds