public interface EvaluationSheet
| Modifier and Type | Method and Description |
|---|---|
EvaluationCell |
getCell(int rowIndex,
int columnIndex) |
boolean |
isHidden(int rowIndex,
int columnIndex)
Returns whether the cell specified is hidden.
|
EvaluationCell getCell(int rowIndex, int columnIndex)
null if there is no cell at the specified coordinatesboolean isHidden(int rowIndex,
int columnIndex)
rowIndex - columnIndex - Copyright © 2005-2010 Potix Corporation. All Rights Reserved.