IChooseFileOptionsPageView Methods
If implemented, provides a view for the Specify Import Settings page of the Data Source Wizard.| 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. |
See Also