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

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

Uses of SectionInfo in org.formulacompiler.runtime.spreadsheet
 

Methods in org.formulacompiler.runtime.spreadsheet that return SectionInfo
 SectionInfo SpreadsheetCellComputationEvent.getSectionInfo()
          Returns information about the section.
 

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