Uses of Interface
org.formulacompiler.runtime.spreadsheet.CellInfo

Packages that use CellInfo
org.formulacompiler.runtime.spreadsheet Contains spreadsheet information needed at run-time. 
 

Uses of CellInfo in org.formulacompiler.runtime.spreadsheet
 

Methods in org.formulacompiler.runtime.spreadsheet that return CellInfo
 CellInfo SpreadsheetCellComputationEvent.getCellInfo()
          Returns information about the cell.
 

Constructors in org.formulacompiler.runtime.spreadsheet with parameters of type CellInfo
SpreadsheetCellComputationEvent(CellInfo _source, SectionInfo _section, java.lang.Object _value, boolean _input, boolean _output)
          Creates a new event.