IConfigureExcelFileColumnsPageView Members
If implemented, provides a view for the Choose Columns page of the Data Source Wizard.Properties
| Name | Description |
|---|---|
| Schema | If implemented, gets a collection of columns selected on a wizard page. |
Methods
| Name | Description |
|---|---|
| Initialize(FieldInfo[], Func<FieldInfo[], ColumnarData>) | If implemented, initializes a wizard page with the list of available columns. |
Events
| Name | Description |
|---|---|
| Changed | Occurs when a collection of selected columns from an Excel file is changed. |
| ResetSchema |
See Also