| Constructor and Description |
|---|
SpreadsheetCell(int rowIndex,
int columnIndex,
ICell sourceCell,
SpreadsheetCellType spreadsheetCellType) |
| Modifier and Type | Method and Description |
|---|---|
int |
getColumnIndex() |
IOpenMethod |
getMethod() |
int |
getRowIndex() |
ICell |
getSourceCell() |
SpreadsheetCellType |
getSpreadsheetCellType() |
IOpenClass |
getType() |
Object |
getValue() |
Object |
invoke(Object spreadsheetResult,
Object[] params,
IRuntimeEnv env) |
boolean |
isConstantCell() |
boolean |
isEmpty() |
boolean |
isMethodCell() |
boolean |
isValueCell() |
void |
setMethod(IOpenMethod method) |
void |
setType(IOpenClass type) |
void |
setValue(Object value) |
String |
toString() |
public SpreadsheetCell(int rowIndex,
int columnIndex,
ICell sourceCell,
SpreadsheetCellType spreadsheetCellType)
public ICell getSourceCell()
public int getColumnIndex()
public SpreadsheetCellType getSpreadsheetCellType()
public IOpenMethod getMethod()
public int getRowIndex()
public IOpenClass getType()
public Object getValue()
public boolean isEmpty()
public boolean isMethodCell()
public boolean isValueCell()
public boolean isConstantCell()
public void setMethod(IOpenMethod method)
public void setType(IOpenClass type)
public void setValue(Object value)
public Object invoke(Object spreadsheetResult, Object[] params, IRuntimeEnv env)
Copyright © 2004–2019 OpenL Tablets. All rights reserved.