Home | History | Annotate | Download | only in widget

Lines Matching refs:getColumn

864             res[i] = (byte) (cell.getRow() * 3 + cell.getColumn() + '1');
899 res[i] = (byte) (cell.getRow() * 3 + cell.getColumn());