Interface IGrid

    • Method Detail

      • getCell

        ICell getCell​(int column,
                      int row)
      • getColumnWidth

        int getColumnWidth​(int col)
      • getMaxColumnIndex

        int getMaxColumnIndex​(int row)
      • getMaxRowIndex

        int getMaxRowIndex()
      • getMergedRegion

        IGridRegion getMergedRegion​(int i)
      • getMinColumnIndex

        int getMinColumnIndex​(int row)
      • getMinRowIndex

        int getMinRowIndex()
      • getNumberOfMergedRegions

        int getNumberOfMergedRegions()
      • getRangeUri

        String getRangeUri​(int colStart,
                           int rowStart,
                           int colEnd,
                           int rowEnd)
      • getRegionStartingAt

        IGridRegion getRegionStartingAt​(int colFrom,
                                        int rowFrom)
      • isEmpty

        boolean isEmpty​(int col,
                        int row)
      • isPartOfTheMergedRegion

        boolean isPartOfTheMergedRegion​(int col,
                                        int row)
      • isTopLeftCellInMergedRegion

        boolean isTopLeftCellInMergedRegion​(int column,
                                            int row)
      • isInOneMergedRegion

        boolean isInOneMergedRegion​(int firstCellColumn,
                                    int firstCellRow,
                                    int secondCellColumn,
                                    int secondCellRow)
      • getRegionContaining

        IGridRegion getRegionContaining​(int column,
                                        int row)
        Returns:
        Merged region containing cell specified by coordinates or null