IChooseFileOptionsPageView Members
If implemented, provides a view for the Specify Import Settings page of the Data Source Wizard.Properties
| Name | Description |
|---|---|
| DocumentFormat | If implemented, specifies the format of the selected document. |
| SourceOptions | If implemented, gets options used to extract data form the selected file (Microsoft Excel workbook or CSV file). |
Methods
| Name | Description |
|---|---|
| Initialize(ExcelSourceOptionsBase) | If implemented, initializes a wizard page with the available options depending on the type of the selected file. |
| SetEncoding(Encoding) | If implemented, changes the entry selected in the Encoding editor. |
| SetNewlineType(CsvNewlineType) | If implemented, changes the entry selected in the Newline type editor. |
| SetValueSeparator(Char) | If implemented, changes the entry selected in the Value separator editor. |
Events
| Name | Description |
|---|---|
| DetectEncoding | Occurs when the state of the Detect automatically check box for the Encoding option is changed. |
| DetectNewlineType | Occurs when the state of the Detect automatically check box for the Newline type option is changed. |
| DetectValueSeparator | Occurs when the state of the Detect automatically check box for the Value separator option is changed. |
See Also