Uses of Class
io.keikai.api.CellRef
Packages that use CellRef
-
Uses of CellRef in io.keikai.ui
Methods in io.keikai.ui that return CellRefModifier and TypeMethodDescriptionSpreadsheet.getCellFocus()Return current cell(row,column) focus position.Methods in io.keikai.ui with parameters of type CellRefModifier and TypeMethodDescriptionvoidSpreadsheet.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.