Save This Page
Home » jexcelapi_2_6_8 » jxl.biff.formula » [javadoc | source]
jxl.biff.formula
class: ColumnRange [javadoc | source]
java.lang.Object
   jxl.biff.formula.ParseItem
      jxl.biff.formula.Operand
         jxl.biff.formula.Area
            jxl.biff.formula.ColumnRange

All Implemented Interfaces:
    ParsedThing

A class to hold range information across two entire columns
Constructor:
 ColumnRange() 
 ColumnRange(String s) 
    Constructor invoked when parsing a string formula
    Parameters:
    s - the string to parse
Method from jxl.biff.formula.ColumnRange Summary:
getString
Methods from jxl.biff.formula.Area:
adjustRelativeCellReferences,   columnInserted,   columnRemoved,   getBytes,   getFirstColumn,   getFirstRow,   getLastColumn,   getLastRow,   getString,   handleImportedCellReferences,   read,   rowInserted,   rowRemoved,   setRangeData
Methods from jxl.biff.formula.Operand:
adjustRelativeCellReferences,   columnInserted,   columnRemoved,   rowInserted,   rowRemoved
Methods from jxl.biff.formula.ParseItem:
adjustRelativeCellReferences,   columnInserted,   columnRemoved,   getBytes,   getString,   handleImportedCellReferences,   isValid,   isVolatile,   rowInserted,   rowRemoved,   setAlternateCode,   setInvalid,   setParent,   setVolatile,   useAlternateCode
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from jxl.biff.formula.ColumnRange Detail:
 public  void getString(StringBuffer buf) 
    Gets the string representation of this item