public interface ILogicalTable extends ITable<ILogicalTable>
ILogicalTable from your source IGridTable use
LogicalTableHelper.logicalTable(IGridTable).| Modifier and Type | Method and Description |
|---|---|
int |
findColumnStart(int gridOffset)
Calculates # of the column starting exactly at gridOffset.
|
int |
findRowStart(int gridOffset)
Calculates # of the row starting exactly at gridOffset.
|
int |
getColumnWidth(int column) |
int |
getRowHeight(int row) |
IGridTable |
getSource() |
getCell, getColumn, getColumns, getColumns, getHeight, getRow, getRows, getRows, getSubtable, getWidth, isNormalOrientation, transposeIGridTable getSource()
IGridTableint getColumnWidth(int column)
column - index of the columnint getRowHeight(int row)
row - index of the rowint findColumnStart(int gridOffset)
gridOffset - int findRowStart(int gridOffset)
gridOffset - Copyright © 2004–2019 OpenL Tablets. All rights reserved.