Uses of Class
io.github.tonywasher.joceanus.prometheus.service.sheet.PrometheusSheetCellPosition
Packages that use PrometheusSheetCellPosition
Package
Description
Service definition for SpreadSheet PlugIns.
-
Uses of PrometheusSheetCellPosition in io.github.tonywasher.joceanus.prometheus.service.sheet
Methods in io.github.tonywasher.joceanus.prometheus.service.sheet that return PrometheusSheetCellPositionModifier and TypeMethodDescriptionPrometheusSheetView.getBaseCell()Obtain the top left position.PrometheusSheetCell.getPosition()Obtain the cell position.PrometheusSheetCellAddress.getPosition()Obtain the Location.Methods in io.github.tonywasher.joceanus.prometheus.service.sheet with parameters of type PrometheusSheetCellPositionModifier and TypeMethodDescriptionabstract voidPrometheusSheetSheet.applyDataFilter(PrometheusSheetCellPosition pBaseCell, int pNumRows) Apply data validation to a range of cells.abstract voidPrometheusSheetSheet.applyDataValidation(PrometheusSheetCellPosition pFirstCell, PrometheusSheetCellPosition pLastCell, String pName) Apply data validation to a range of cells.abstract voidPrometheusSheetSheet.createFreezePane(PrometheusSheetCellPosition pFreezeCell) Create freeze panes.voidPrometheusSheetSheet.declareRange(String pName, PrometheusSheetCellPosition pSingleCell) Name a single cell as a range.abstract voidPrometheusSheetSheet.declareRange(String pName, PrometheusSheetCellPosition pFirstCell, PrometheusSheetCellPosition pLastCell) Name a range.PrometheusSheetView.getCellByPosition(PrometheusSheetCellPosition pPosition) Obtain the cell at required position.Constructors in io.github.tonywasher.joceanus.prometheus.service.sheet with parameters of type PrometheusSheetCellPositionModifierConstructorDescriptionPrometheusSheetCellAddress(String pSheetName, PrometheusSheetCellPosition pPosition) Constructor.Constructor.PrometheusSheetCellRange(String pSheetName, PrometheusSheetCellPosition pSingleCell) Constructor.PrometheusSheetCellRange(String pSheetName, PrometheusSheetCellPosition pFirstCell, PrometheusSheetCellPosition pLastCell) Constructor.PrometheusSheetView(PrometheusSheetSheet pSheet, PrometheusSheetCellPosition pFirstCell, PrometheusSheetCellPosition pLastCell) Constructor.