Uses of Interface
org.formulacompiler.spreadsheet.Spreadsheet.Sheet

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

Uses of Spreadsheet.Sheet in org.formulacompiler.spreadsheet
 

Fields in org.formulacompiler.spreadsheet declared as Spreadsheet.Sheet
 Spreadsheet.Sheet SpreadsheetNameCreator.Config.sheet
          The sheet of the spreadsheet representation in which to name cells.
 

Methods in org.formulacompiler.spreadsheet that return Spreadsheet.Sheet
 Spreadsheet.Sheet Spreadsheet.Row.getSheet()
          Returns the sheet this row is part of.
 Spreadsheet.Sheet[] Spreadsheet.getSheets()
          Returns the worksheets defined in the spreadsheet.
 

Methods in org.formulacompiler.spreadsheet with parameters of type Spreadsheet.Sheet
static SpreadsheetNameCreator SpreadsheetCompiler.newSpreadsheetCellNameCreator(Spreadsheet.Sheet _sheet)
          Returns a new instance of a spreadsheet cell name creator utility class, which names spreadsheet cells according to their row titles.