Uses of Enum Class
org.apache.poi.ss.util.CellRangeAddressBase.CellPosition
Packages that use CellRangeAddressBase.CellPosition
-
Uses of CellRangeAddressBase.CellPosition in org.apache.poi.ss.util
Methods in org.apache.poi.ss.util that return CellRangeAddressBase.CellPositionModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static CellRangeAddressBase.CellPosition[]
CellRangeAddressBase.CellPosition.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.poi.ss.util that return types with arguments of type CellRangeAddressBase.CellPositionModifier and TypeMethodDescriptionCellRangeAddressBase.getPosition
(int rowInd, int colInd) Useful for logic like table/range styling, where some elements apply based on relative position in a range.