Uses of Class
org.formulacompiler.spreadsheet.SpreadsheetByNameBinder.Config

Packages that use SpreadsheetByNameBinder.Config
org.formulacompiler.spreadsheet Contains the public compile-time API of AFC's spreadsheet compiler, which extends the core functional model compiler. 
 

Uses of SpreadsheetByNameBinder.Config in org.formulacompiler.spreadsheet
 

Methods in org.formulacompiler.spreadsheet with parameters of type SpreadsheetByNameBinder.Config
 SpreadsheetByNameBinder SpreadsheetByNameBinder.Factory.newInstance(SpreadsheetByNameBinder.Config _config)
          Factory method.
static SpreadsheetByNameBinder SpreadsheetCompiler.newSpreadsheetByNameBinder(SpreadsheetByNameBinder.Config _config)
          Returns a new instance of a spreadsheet binder utility class, which uses reflection and cell names defined in the spreadsheet to associate cells with methods.