[]
Creates a new object with the ColumnWidthChanging event arguments.
public ColumnWidthChangingEventArgs(SpreadView view, ArrayList columnList, int width, bool header)
Public Sub New(view As SpreadView, columnList As ArrayList, width As Integer, header As Boolean)
| Type | Name | Description |
|---|---|---|
| SpreadView | view | View (Spreadview object) that contains the columns that have changed |
| ArrayList | columnList | Array list of the columns whose widths have changed |
| int | width | New width |
| bool | header | Whether to include the header |