| Package | Description |
|---|---|
| com.vaadin.addon.spreadsheet | |
| com.vaadin.addon.spreadsheet.client |
| Modifier and Type | Field and Description |
|---|---|
protected MergedRegionUtil.MergedRegionContainer |
Spreadsheet.mergedRegionContainer
Container for merged regions for the currently active sheet.
|
| Modifier and Type | Method and Description |
|---|---|
protected MergedRegionUtil.MergedRegionContainer |
Spreadsheet.getMergedRegionContainer()
Gets the MergedRegionContainer for this Spreadsheet.
|
| Modifier and Type | Method and Description |
|---|---|
static MergedRegion |
MergedRegionUtil.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.
|
Copyright © 2013–2026 Vaadin Ltd. All rights reserved.