Class MergedRegion
java.lang.Object
com.vaadin.flow.component.spreadsheet.client.MergedRegion
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
id
public int id -
col1
public int col1 -
col2
public int col2 -
row1
public int row1 -
row2
public int row2
-
-
Constructor Details
-
MergedRegion
public MergedRegion() -
MergedRegion
public MergedRegion(int c1, int r1, int c2, int r2)
-