Class SpreadsheetView.RowHeightEvent

    • Constructor Detail

      • RowHeightEvent

        public RowHeightEvent​(int row,
                              double height)
    • Method Detail

      • getRow

        public int getRow()
        Return the row index that has been resized.
        Returns:
        the row index that has been resized.
      • getHeight

        public double getHeight()
        Return the new height for this row.
        Returns:
        the new height for this row.