Class SpreadsheetView.ColumnWidthEvent

    • Constructor Detail

      • ColumnWidthEvent

        public ColumnWidthEvent​(int column,
                                double width)
    • Method Detail

      • getColumn

        public int getColumn()
        Return the column index that has been resized.
        Returns:
        the column index that has been resized.
      • getWidth

        public double getWidth()
        Return the new width for this column.
        Returns:
        the new width for this column.