[]
Creates a new object with the DataColumnConfigure event arguments.
public DataColumnConfigureEventArgs(SheetView sheetView, int column)
Public Sub New(sheetView As SheetView, column As Integer)
Type | Name | Description |
---|---|---|
SheetView | sheetView | Sheet (SheetView object) that is binding to a data source |
int | column | Index of the column that was just configured |