public class MergedRegion extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
int |
col1 |
int |
col2 |
int |
id |
int |
row1 |
int |
row2 |
| Constructor and Description |
|---|
MergedRegion() |
MergedRegion(int c1,
int r1,
int c2,
int r2) |
Copyright © 2013–2026 Vaadin Ltd. All rights reserved.