[]
        
(Showing Draft Content)

FarPoint.Win.Spread.ColumnWidthChangedEventArgs

ColumnWidthChangedEventArgs Class

Represents the event data for the ColumnWidthChanged event for the Spread component, which occurs when the width of a column has changed.

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

Constructors

Name Description
ColumnWidthChangedEventArgs(SpreadView, ArrayList, bool)

Creates a new object with the ColumnWidthChanged event arguments.

Properties

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.