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