| Package | Description |
|---|---|
| io.keikai.ui |
Defines UI Component class of Keikai Spreadsheet
|
| Modifier and Type | Method and Description |
|---|---|
CellRef |
Spreadsheet.getCellFocus()
Return current cell(row,column) focus position.
|
| Modifier and Type | Method and 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 by
Spreadsheet.setSelection(AreaRef); And if you want to get the focus back to
spreadsheet, call Spreadsheet.focus() to retrieve focus. |
Copyright © 2020. All rights reserved.