org.apache.poi.hssf.util
Class AreaReference

java.lang.Object
  |
  +--org.apache.poi.hssf.util.AreaReference

public class AreaReference
extends java.lang.Object


Constructor Summary
AreaReference(java.lang.String reference)
          Create an area ref from a string representation
 
Method Summary
 CellReference[] getCells()
          return the cell references that define this area
 int getDim()
          return the dimensions of this area
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AreaReference

public AreaReference(java.lang.String reference)
Create an area ref from a string representation

Method Detail

getDim

public int getDim()
return the dimensions of this area


getCells

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


toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

jakarta-poi 1.10.0-dev

Copyright © 2003 Apache jakarta-poi project. All Rights Reserved.