Package | Description |
---|---|
com.keikai.client.api | |
com.keikai.client.api.event |
Modifier and Type | Method and Description |
---|---|
Range |
Range.getCell(int row,
int column) |
Range |
Range.getColumns()
Return the column part of this range.
|
Range |
Range.getColumns(int index)
Returns a Range that is n-th column(0-based) related to the first area of
this range and in the range.
|
Range |
Worksheet.getRange(int row,
int column)
Returns the range proxy with the given row and column.
|
Range |
Workbook.getRange(int row,
int column)
Returns the range proxy with the given row and column.
|
Range |
Spreadsheet.getRange(int row,
int column)
Returns the range proxy with the given row and column.
|
Range |
Worksheet.getRange(int row,
int column,
int numRows,
int numColumns)
Returns the range proxy with the given row and column with the given number
of the rows and columns
|
Range |
Workbook.getRange(int row,
int column,
int numRows,
int numColumns)
Returns the range proxy with the given row and column with the given number
of the rows and columns
|
Range |
Spreadsheet.getRange(int row,
int column,
int numRows,
int numColumns)
Returns the range proxy with the given row and column with the given number
of the rows and columns
|
Range |
Worksheet.getRange(String a1Notation)
Returns the range proxy with the given A1 notation or R1C1 notation.
|
Range |
Workbook.getRange(String a1Notation)
Returns the range proxy with the given A1 notation or R1C1 notation.
|
Range |
Spreadsheet.getRange(String a1Notation)
Returns the range proxy with the given A1 notation or R1C1 notation.
|
Range |
Range.getRows()
Returns the row port of this range.
|
Range |
Range.getRows(int index)
Returns a Range that is n-th row(0-based) related to the first area of
this range and in the range.
|
Modifier and Type | Method and Description |
---|---|
CompletableFuture<Range> |
Spreadsheet.loadActiveCell()
Returns the active cell focus range from the UI client.
|
Modifier and Type | Method and Description |
---|---|
Range |
RangeSelectEvent.getActiveCell()
Returns the active cell of this range event.
|
Range |
RangeSelectEvent.getActiveSelection()
Returns the active selection of this range event.
|
Range |
RangeEvent.getRange()
Returns the first range, if any.
|
Modifier and Type | Method and Description |
---|---|
Set<Range> |
RangeEvent.getRanges() |
Constructor and Description |
---|
RangeSelectEvent(String name,
Set<Range> refs,
Range activeCell,
Range activeSelection,
Object data) |
Constructor and Description |
---|
CellEditEvent(String name,
Set<Range> refs,
Object data) |
CellMouseEvent(String name,
Set<Range> refs,
int keys,
int button,
int pageX,
int pageY,
int x,
int y,
Object data) |
RangeEvent(String name,
Set<Range> refs,
Object data) |
RangeKeyEvent(String name,
Set<Range> refs,
int keyCode,
int keys,
Object data) |
RangeSelectEvent(String name,
Set<Range> refs,
Range activeCell,
Range activeSelection,
Object data) |
Copyright © 2017. All rights reserved.