Class AreaReference

java.lang.Object
loci.poi.hssf.util.AreaReference

public class AreaReference extends Object
  • Constructor Details

    • AreaReference

      public AreaReference(String reference)
      Create an area ref from a string representation
  • Method Details

    • getDim

      public int getDim()
      return the dimensions of this area
    • getCells

      public CellReference[] getCells()
      return the cell references that define this area
    • toString

      public String toString()
      Overrides:
      toString in class Object