Package | Description |
---|---|
io.keikai.api.impl |
Keikai Spreadsheet API implementation classes, internal use only
|
io.keikai.api.model.impl |
Keikai Spreadsheet Model API implementation classes, Internal use only
|
Modifier and Type | Method and Description |
---|---|
RangeImpl |
RangeImpl.getLeftTop()
get the top-left cell range of this range
|
RangeImpl |
RangeImpl.toCellRange(int rowOffset,
int colOffset) |
RangeImpl |
RangeImpl.toColumnRange()
Return a range that represents all rows and between the first-column and last-column of this range
|
RangeImpl |
RangeImpl.toRowRange()
Return a range that represents all columns and between the first-row and last-row of this range
|
RangeImpl |
RangeImpl.toShiftedRange(int rowOffset,
int colOffset) |
Constructor and Description |
---|
CellDataImpl(RangeImpl range) |
Copyright © 2020. All rights reserved.