public interface IGrid
| Modifier and Type | Field and Description |
|---|---|
static int |
CELL_TYPE_BLANK |
static int |
CELL_TYPE_BOOLEAN |
static int |
CELL_TYPE_ERROR |
static int |
CELL_TYPE_FORMULA |
static int |
CELL_TYPE_NUMERIC |
static int |
CELL_TYPE_STRING |
| Modifier and Type | Method and Description |
|---|---|
ICell |
getCell(int column,
int row) |
int |
getColumnWidth(int col) |
int |
getMaxColumnIndex(int row) |
int |
getMaxRowIndex() |
IGridRegion |
getMergedRegion(int i) |
int |
getMinColumnIndex(int row) |
int |
getMinRowIndex() |
int |
getNumberOfMergedRegions() |
String |
getRangeUri(int colStart,
int rowStart,
int colEnd,
int rowEnd) |
IGridRegion |
getRegionContaining(int column,
int row) |
IGridRegion |
getRegionStartingAt(int colFrom,
int rowFrom) |
IGridTable[] |
getTables() |
String |
getUri() |
boolean |
isEmpty(int col,
int row) |
boolean |
isInOneMergedRegion(int firstCellColumn,
int firstCellRow,
int secondCellColumn,
int secondCellRow) |
boolean |
isPartOfTheMergedRegion(int col,
int row) |
boolean |
isTopLeftCellInMergedRegion(int column,
int row) |
static final int CELL_TYPE_NUMERIC
static final int CELL_TYPE_STRING
static final int CELL_TYPE_FORMULA
static final int CELL_TYPE_BLANK
static final int CELL_TYPE_BOOLEAN
static final int CELL_TYPE_ERROR
IGridTable[] getTables()
ICell getCell(int column, int row)
int getColumnWidth(int col)
int getMaxColumnIndex(int row)
int getMaxRowIndex()
IGridRegion getMergedRegion(int i)
int getMinColumnIndex(int row)
int getMinRowIndex()
int getNumberOfMergedRegions()
String getRangeUri(int colStart, int rowStart, int colEnd, int rowEnd)
IGridRegion getRegionStartingAt(int colFrom, int rowFrom)
String getUri()
boolean isEmpty(int col,
int row)
boolean isPartOfTheMergedRegion(int col,
int row)
boolean isTopLeftCellInMergedRegion(int column,
int row)
boolean isInOneMergedRegion(int firstCellColumn,
int firstCellRow,
int secondCellColumn,
int secondCellRow)
IGridRegion getRegionContaining(int column, int row)
nullCopyright © 2004–2019 OpenL Tablets. All rights reserved.