jxl.biff.formula
Interface NameTable

All Known Implementing Classes:
WorkbookParser, WritableWorkbookImpl

public interface NameTable

Interface which exposes the methods needed by formulas to access named cells


Method Summary
 java.lang.String getName(int index)
          Gets the name at the specified index
 int getNameIndex(java.lang.String name)
          Gets the index of the name record for the name
 

Method Detail

getName

public java.lang.String getName(int index)
Gets the name at the specified index
Parameters:
index - the index into the name table
Returns:
the name of the cell

getNameIndex

public int getNameIndex(java.lang.String name)
Gets the index of the name record for the name
Parameters:
name -  
Returns:
the index in the name table