org.millscript.office.excel.records
Class Array

java.lang.Object
  extended by org.millscript.office.excel.Record
      extended by org.millscript.office.excel.records.Array
All Implemented Interfaces:
org.millscript.commons.alert.AlertDecorator

public class Array
extends Record


Constructor Summary
Array()
           
 
Method Summary
 void setAlwaysRecalculate(boolean recalculate)
           
 void setCellRangeAddress(CellRangeAddress cellRange)
           
 void setFormulaExpr(org.millscript.millscript.expr.Expr<?> expr)
           
 
Methods inherited from class org.millscript.office.excel.Record
decorate, handle
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Array

public Array()
Method Detail

setAlwaysRecalculate

public void setAlwaysRecalculate(boolean recalculate)
Parameters:
recalculate - The alwaysRecalculate to set.

setCellRangeAddress

public void setCellRangeAddress(CellRangeAddress cellRange)
Parameters:
cellRange - The cellRangeAddress to set.

setFormulaExpr

public void setFormulaExpr(org.millscript.millscript.expr.Expr<?> expr)
Parameters:
expr - The formulaExpr to set.


Copyright © 2006-2007 Open World Ltd. All Rights Reserved.