Uses of Interface
com.vaadin.addon.spreadsheet.client.MergedRegionUtil.MergedRegionContainer
-
Packages that use MergedRegionUtil.MergedRegionContainer Package Description com.vaadin.addon.spreadsheet.client -
-
Uses of MergedRegionUtil.MergedRegionContainer in com.vaadin.addon.spreadsheet.client
Methods in com.vaadin.addon.spreadsheet.client with parameters of type MergedRegionUtil.MergedRegionContainer Modifier and Type Method Description static MergedRegionMergedRegionUtil. findIncreasingSelection(MergedRegionUtil.MergedRegionContainer container, int topRow, int bottomRow, int leftColumn, int rightColumn)Goes through the given selection and checks that the cells on the edges of the selection are not in "the beginning / middle / end" of a merged cell.
-