Uses of Class
io.keikai.api.CellRef
-
Packages that use CellRef Package Description io.keikai.ui Defines UI Component class of Keikai Spreadsheet -
-
Uses of CellRef in io.keikai.ui
Methods in io.keikai.ui that return CellRef Modifier and Type Method Description CellRefSpreadsheet. getCellFocus()Return current cell(row,column) focus position.Methods in io.keikai.ui with parameters of type CellRef Modifier and Type Method Description voidSpreadsheet. setCellFocus(CellRef focus)Sets the cell focus position.(this method doesn't focus the spreadsheet.) In general, if you set a cell focus, you also set the selection bySpreadsheet.setSelection(AreaRef); And if you want to get the focus back to spreadsheet, callSpreadsheet.focus()to retrieve focus.voidSpreadsheet. traceDependents(Sheet sheet, CellRef cellRef)Trace the dependents of the reference.voidSpreadsheet. tracePrecedents(Sheet sheet, CellRef cellRef)Trace the precedent of the reference.
-