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

All Implemented Interfaces:
    ParsedThing

A nested class to hold range information
Constructor:
 ColumnRange3d(ExternalSheet es) 
    Constructor
    Parameters:
    es - the external sheet
 ColumnRange3d(String s,
    ExternalSheet es) throws FormulaException 
    Constructor invoked when parsing a string formula
    Parameters:
    s - the string to parse
    es - the external sheet
    Throws:
    FormulaException -
    exception: FormulaException -
Method from jxl.biff.formula.ColumnRange3d Summary:
getString
Methods from jxl.biff.formula.Area3d:
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.ColumnRange3d Detail:
 public  void getString(StringBuffer buf) 
    Gets the string representation of this column range