org.formulacompiler.runtime.spreadsheet
Interface CellInfo


public interface CellInfo

Information about a cell.

Author:
Vladimir Korenev

Method Summary
 CellAddress getCellAddress()
          Returns cell index.
 java.lang.String getName()
          Returns cell defined name, if any.
 

Method Detail

getCellAddress

CellAddress getCellAddress()
Returns cell index.

Returns:
cell index

getName

java.lang.String getName()
Returns cell defined name, if any.

Returns:
cell name