[]
        
(Showing Draft Content)

FarPoint.Win.Spread.DataColumnConfigureEventArgs

DataColumnConfigureEventArgs Class

Represents the event data for the DataColumnConfigure event, which occurs when the column is being configured for data binding.

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

Constructors

Name Description
DataColumnConfigureEventArgs(SheetView, int)

Creates a new object with the DataColumnConfigure event arguments.

Properties

Name Description
Column

Gets the index of the column that was just configured.

Sheet

Gets the sheet (SheetView object) that is binding to a data source.