Uses of Class
org.apache.poi.ss.util.CellRangeAddressBase.CellPosition

Packages that use CellRangeAddressBase.CellPosition
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
static CellRangeAddressBase.CellPosition CellRangeAddressBase.CellPosition.valueOf(java.lang.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
 java.util.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.
 



Copyright 2017 The Apache Software Foundation or its licensors, as applicable.