[]
Creates a new object with the ColumnWidthChanged event arguments.
public ColumnWidthChangedEventArgs(SpreadView view, ArrayList columnList, bool header)
Public Sub New(view As SpreadView, columnList As ArrayList, 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 |
bool | header | Whether to include headers |