You're viewing an older version of Vaadin JavaDoc. Please see version 24.7.0 for the latest.
com.vaadin.flow.component.spreadsheet.client.

Class MergedRegion

    • Field Detail

      • id

        public int id
      • col1

        public int col1
      • col2

        public int col2
      • row1

        public int row1
      • row2

        public int row2
    • Constructor Detail

      • MergedRegion

        public MergedRegion()
      • MergedRegion

        public MergedRegion​(int c1,
                            int r1,
                            int c2,
                            int r2)