Uses of Class
io.keikai.api.impl.RangeImpl
-
Packages that use RangeImpl Package Description io.keikai.api.impl Keikai Spreadsheet API implementation classes, internal use onlyio.keikai.api.model.impl Keikai Spreadsheet Model API implementation classes, Internal use only -
-
Uses of RangeImpl in io.keikai.api.impl
Methods in io.keikai.api.impl that return RangeImpl Modifier and Type Method Description RangeImpl
RangeImpl. getLeftTop()
get the top-left cell range of this rangeRangeImpl
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 rangeRangeImpl
RangeImpl. toRowRange()
Return a range that represents all columns and between the first-row and last-row of this rangeRangeImpl
RangeImpl. toShiftedRange(int rowOffset, int colOffset)
-
Uses of RangeImpl in io.keikai.api.model.impl
Constructors in io.keikai.api.model.impl with parameters of type RangeImpl Constructor Description CellDataImpl(RangeImpl range)
-