org.boris.xlloop.xloper
Class XLSRef

java.lang.Object
  extended by org.boris.xlloop.xloper.XLoper
      extended by org.boris.xlloop.xloper.XLSRef

public class XLSRef
extends XLoper


Field Summary
 int colFirst
           
 int colLast
           
 int rwFirst
           
 int rwLast
           
 
Fields inherited from class org.boris.xlloop.xloper.XLoper
type, xlTypeBool, xlTypeErr, xlTypeInt, xlTypeMissing, xlTypeMulti, xlTypeNil, xlTypeNum, xlTypeSRef, xlTypeStr
 
Constructor Summary
XLSRef(int colFirst, int colLast, int rwFirst, int rwLast)
           
 
Method Summary
 boolean isArray()
           
static java.lang.String toColumnName(int column)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

colFirst

public final int colFirst

colLast

public final int colLast

rwFirst

public final int rwFirst

rwLast

public final int rwLast
Constructor Detail

XLSRef

public XLSRef(int colFirst,
              int colLast,
              int rwFirst,
              int rwLast)
Method Detail

toColumnName

public static java.lang.String toColumnName(int column)

isArray

public boolean isArray()

toString

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