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 CellData

    • Field Detail

      • row

        public int row
      • col

        public int col
      • formulaValue

        public String formulaValue
      • originalValue

        public String originalValue
      • cellStyle

        public String cellStyle
      • locked

        public boolean locked
      • needsMeasure

        public boolean needsMeasure
      • isPercentage

        public boolean isPercentage
    • Constructor Detail

      • CellData

        public CellData()