|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.acesoft.aceoffix.excelreader.Cell
public class Cell
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.
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 |
---|
public java.lang.String getValue()
Sheet.openCell().
public java.lang.String getText()
public java.lang.String getDefinedName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |