com.acesoft.aceoffix.excelreader
Class Cell

java.lang.Object
  extended by com.acesoft.aceoffix.excelreader.Cell

public class Cell
extends java.lang.Object

Cell class represents a cell in worksheet.

Representing a cell in worksheet. Cell class is used to read the cell data submitted by AceoffixCtrl.

You can only call the Sheet.openCell(String) method to get the Cell object.

Version:
5.0
Author:
Acesoft Corporation

Method Summary
 java.lang.String getDefinedName()
          Gets the defined name of the Cell.
 java.lang.String getText()
          Gets the formatted Text shown in the Cell.
 java.lang.String getValue()
          Gets the value of the Cell.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getValue

public java.lang.String getValue()
Gets the value of the Cell.

See Also:
Sheet.openCell().

getText

public java.lang.String getText()
Gets the formatted Text shown in the Cell.


getDefinedName

public java.lang.String getDefinedName()
Gets the defined name of the Cell.