[]
Represents the event data for the DataColumnConfigure event, which occurs when the column is being configured for data binding.
public class DataColumnConfigureEventArgs : EventArgs
Public Class DataColumnConfigureEventArgs
Inherits EventArgs
Name | Description |
---|---|
DataColumnConfigureEventArgs(SheetView, int) | Creates a new object with the DataColumnConfigure event arguments. |
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. |