Uses of Class
org.formulacompiler.spreadsheet.SpreadsheetException.NameNotFound

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

Uses of SpreadsheetException.NameNotFound in org.formulacompiler.spreadsheet
 

Methods in org.formulacompiler.spreadsheet that throw SpreadsheetException.NameNotFound
 Spreadsheet.Cell Spreadsheet.getCell(java.lang.String _rangeName)
          Get a cell by its range name.
 Spreadsheet.Cell Spreadsheet.getCellA1(java.lang.String _a1Name)
          Get a cell by its A1-style name.
 Spreadsheet.Range Spreadsheet.getRange(java.lang.String _rangeName)
          Get a range by its name.