[]
Represents the event data for the ColumnWidthChanging event for the Spread component, which occurs when the width of a column is changing.
public class ColumnWidthChangingEventArgs : EventArgs
Public Class ColumnWidthChangingEventArgs
Inherits EventArgs
Name | Description |
---|---|
ColumnWidthChangingEventArgs(SpreadView, ArrayList, int, bool) | Creates a new object with the ColumnWidthChanging event arguments. |
Name | Description |
---|---|
Cancel | Gets or sets whether to cancel the column width change. |
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. |
Width | Gets the new width of the column. |