public interface ICell
| Modifier and Type | Method and Description |
|---|---|
int |
getAbsoluteColumn() |
IGridRegion |
getAbsoluteRegion() |
int |
getAbsoluteRow() |
int |
getColumn() |
ICellComment |
getComment() |
ICellFont |
getFont() |
String |
getFormula() |
int |
getHeight() |
boolean |
getNativeBoolean() |
Date |
getNativeDate() |
double |
getNativeNumber() |
int |
getNativeType() |
Object |
getObjectValue() |
IGridRegion |
getRegion() |
int |
getRow() |
String |
getStringValue() |
ICellStyle |
getStyle() |
ICell |
getTopLeftCellFromRegion() |
int |
getType()
Returns one of IGrid.CELL_TYPE_* values.
|
String |
getUri() |
int |
getWidth() |
boolean |
hasNativeType() |
int getRow()
int getColumn()
int getAbsoluteRow()
int getAbsoluteColumn()
IGridRegion getAbsoluteRegion()
int getWidth()
int getHeight()
ICellStyle getStyle()
Object getObjectValue()
String getStringValue()
ICellFont getFont()
IGridRegion getRegion()
null.String getFormula()
int getType()
String getUri()
boolean hasNativeType()
int getNativeType()
double getNativeNumber()
boolean getNativeBoolean()
Date getNativeDate()
ICellComment getComment()
ICell getTopLeftCellFromRegion()
Copyright © 2004–2019 OpenL Tablets. All rights reserved.