Uses of Class
io.keikai.api.impl.RangeImpl
Packages that use RangeImpl
Package
Description
Keikai Spreadsheet API implementation classes, internal use only
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 RangeImplModifier and TypeMethodDescriptionRangeImpl.getLeftTop()get the top-left cell range of this rangeRangeImpl.toCellRange(int rowOffset, int colOffset) RangeImpl.toColumnRange()Return a range that represents all rows and between the first-column and last-column of this rangeRangeImpl.toRowRange()Return a range that represents all columns and between the first-row and last-row of this rangeRangeImpl.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