Searched refs:lastFromRow (Results 1 – 1 of 1) sorted by relevance
381 int lastFromRow = from.getRowCount() - 1; in matchColumnWidths() local382 for (int column = 0; column < from.getCellCount(lastFromRow); column++) { in matchColumnWidths()