[]
Represents the event data for the ColumnWidthChanged event for the Spread component, which occurs when the width of a column has changed.
public class ColumnWidthChangedEventArgs : EventArgs
Public Class ColumnWidthChangedEventArgs
Inherits EventArgs
| Name | Description |
|---|---|
| ColumnWidthChangedEventArgs(SpreadView, ArrayList, bool) | Creates a new object with the ColumnWidthChanged event arguments. |
| Name | Description |
|---|---|
| ColumnList | Gets the list of columns whose widths have changed. |
| Header | Gets whether the column indexes are row header columns. |
| View | Gets the view that contains the columns whose widths have changed. |