public abstract class AGrid extends Object implements IGrid
| Modifier and Type | Field and Description |
|---|---|
static String |
RANGE_SEPARATOR |
CELL_TYPE_BLANK, CELL_TYPE_BOOLEAN, CELL_TYPE_ERROR, CELL_TYPE_FORMULA, CELL_TYPE_NUMERIC, CELL_TYPE_STRING| Constructor and Description |
|---|
AGrid() |
| Modifier and Type | Method and Description |
|---|---|
String |
getRangeUri(int colStart,
int rowStart,
int colEnd,
int rowEnd)
Gets the URI to the table by its four coordinates on the sheet.
|
IGridRegion |
getRegionContaining(int col,
int row) |
IGridRegion |
getRegionStartingAt(int colFrom,
int rowFrom) |
IGridTable[] |
getTables() |
boolean |
isInOneMergedRegion(int firstCellColumn,
int firstCellRow,
int secondCellColumn,
int secondCellRow) |
boolean |
isPartOfTheMergedRegion(int x,
int y) |
boolean |
isTopLeftCellInMergedRegion(int column,
int row) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCell, getColumnWidth, getMaxColumnIndex, getMaxRowIndex, getMergedRegion, getMinColumnIndex, getMinRowIndex, getNumberOfMergedRegions, getUri, isEmptypublic static final String RANGE_SEPARATOR
public IGridTable[] getTables()
public String getRangeUri(int colStart, int rowStart, int colEnd, int rowEnd)
getRangeUri in interface IGridfile:D:\work\Workspace\org.openl.tablets.tutorial4\rules
\main&wbName=Tutorial_4.xls&wsName=Vehicle-Scoring&range=B3:D12)public IGridRegion getRegionContaining(int col, int row)
getRegionContaining in interface IGridnullpublic IGridRegion getRegionStartingAt(int colFrom, int rowFrom)
getRegionStartingAt in interface IGridpublic boolean isPartOfTheMergedRegion(int x,
int y)
isPartOfTheMergedRegion in interface IGridpublic boolean isTopLeftCellInMergedRegion(int column,
int row)
isTopLeftCellInMergedRegion in interface IGridpublic boolean isInOneMergedRegion(int firstCellColumn,
int firstCellRow,
int secondCellColumn,
int secondCellRow)
isInOneMergedRegion in interface IGridCopyright © 2004–2019 OpenL Tablets. All rights reserved.