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. you can get the row by
getRow() , get the column by getColumn()
. |
Modifier and Type | Method and Description |
---|---|
void |
Spreadsheet.setCellFocus(CellRef focus)
Sets the cell focus position.
|
Copyright © 2019. All rights reserved.