![]() |
||
Home Products Purchase Downloads Demos Forums Blogs Ticket Wiki API Corporate |
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.cells.LightCell
public class LightCell
Wrapper for data of one cell, used for process spreadsheet file in Event-Driven access mode
Method Summary | |
---|---|
LightCell |
copy()
create a new copy of this object. |
short |
getColumnIndex()
Gets the column index of the cell. |
java.lang.String |
getFormula()
get cell's formula. |
java.lang.String |
getFormulaRange()
If this cell's formula is the master formula of shared formula, array formula or data table, return the range of cells which the formula applies to. |
byte |
getFormulaType()
get the formula type. |
int |
getRowIndex()
Gets the row index of the cell. |
java.lang.Object |
getValue()
get cell's value. |
short |
getValueType()
get type of cell value, see the value type defined in CellValueType. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public int getRowIndex()
public short getColumnIndex()
public short getValueType()
public java.lang.Object getValue()
valueType
:
valueType | value |
---|---|
CellValueType.BOOLEAN | Boolean |
CellValueType.INT | Integer |
CellValueType.DOUBLE | Double |
CellValueType.DATETIME | Long |
CellValueType.STRING | String |
CellValueType.ERROR | String |
CellValueType.NULL | null |
public java.lang.String getFormula()
public java.lang.String getFormulaRange()
public byte getFormulaType()
FormulaType
public LightCell copy()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |