DataFileImporterBaseImportShowDialogs Method |
Shows import dialogs and then performs the import,
either in an existing worksheet or in another worksheet.
Namespace: Altaxo.SerializationAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static void ImportShowDialogs(
IViewContent activeViewContent,
IDataFileImporter importer
)
Parameters
- activeViewContent IViewContent
- Content of the active view.
- importer IDataFileImporter
- The importer.
See Also