Uses of Class
io.github.tonywasher.joceanus.prometheus.service.sheet.PrometheusSheetCellAddress
Packages that use PrometheusSheetCellAddress
Package
Description
Service definition for SpreadSheet PlugIns.
-
Uses of PrometheusSheetCellAddress in io.github.tonywasher.joceanus.prometheus.service.sheet
Methods in io.github.tonywasher.joceanus.prometheus.service.sheet that return PrometheusSheetCellAddressModifier and TypeMethodDescriptionPrometheusSheetCellRange.getFirstCell()Obtain the first cell Address.PrometheusSheetCellRange.getLastCell()Obtain the BottomRight Address.Constructors in io.github.tonywasher.joceanus.prometheus.service.sheet with parameters of type PrometheusSheetCellAddressModifierConstructorDescriptionPrometheusSheetCellRange(PrometheusSheetCellAddress pSingleCell) Constructor.PrometheusSheetCellRange(PrometheusSheetCellAddress pFirstCell, PrometheusSheetCellAddress pLastCell) Constructor.