[]
        
(Showing Draft Content)

FarPoint.Win.Spread.ColumnWidthChangingEventArgs

ColumnWidthChangingEventArgs Class

Represents the event data for the ColumnWidthChanging event for the Spread component, which occurs when the width of a column is changing.

Inheritance
ColumnWidthChangingEventArgs
Namespace: FarPoint.Win.Spread
Assembly: FarPoint.Win.Spread.dll
Syntax
public class ColumnWidthChangingEventArgs : EventArgs
Public Class ColumnWidthChangingEventArgs
    Inherits EventArgs

Constructors

Name Description
ColumnWidthChangingEventArgs(SpreadView, ArrayList, int, bool)

Creates a new object with the ColumnWidthChanging event arguments.

Properties

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.