org.apache.poi.hssf.util
Class CellReference

java.lang.Object
  extended byorg.apache.poi.hssf.util.CellReference

public class CellReference
extends java.lang.Object

Author:
Avik Sengupta, Dennis Doubleday (patch to seperateRowColumns())

Constructor Summary
CellReference(int pRow, int pCol)
           
CellReference(int pRow, int pCol, boolean pAbsRow, boolean pAbsCol)
           
CellReference(java.lang.String cellRef)
           
 
Method Summary
 int getCol()
           
 int getRow()
           
 boolean isColAbsolute()
           
 boolean isRowAbsolute()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CellReference

public CellReference(java.lang.String cellRef)

CellReference

public CellReference(int pRow,
                     int pCol)

CellReference

public CellReference(int pRow,
                     int pCol,
                     boolean pAbsRow,
                     boolean pAbsCol)
Method Detail

getRow

public int getRow()

getCol

public int getCol()

isRowAbsolute

public boolean isRowAbsolute()

isColAbsolute

public boolean isColAbsolute()

toString

public java.lang.String toString()

jakarta-poi 1.10.0-dev

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