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 CellRef
Spreadsheet. getCellFocus()
Return current cell(row,column) focus position.Methods in io.keikai.ui with parameters of type CellRef Modifier and Type Method Description void
Spreadsheet. 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.void
Spreadsheet. traceDependents(Sheet sheet, CellRef cellRef)
Trace the dependents of the reference.void
Spreadsheet. tracePrecedents(Sheet sheet, CellRef cellRef)
Trace the precedent of the reference.
-