public static interface MergedRegionUtil.MergedRegionContainer extends Serializable
| Modifier and Type | Method and Description |
|---|---|
MergedRegion |
getMergedRegion(int column,
int row)
Gets the merged region overlapping the given coordinates.
|
MergedRegion |
getMergedRegionStartingFrom(int column,
int row)
Gets the merged region starting at the given coordinates.
|
MergedRegion getMergedRegionStartingFrom(int column, int row)
column - Column index, 1-basedrow - Row index, 1-basedMergedRegion getMergedRegion(int column, int row)
column - Column index, 1-basedrow - Row index, 1-basedCopyright © 2013–2026 Vaadin Ltd. All rights reserved.