DataFileImporterBaseImportShowDialogs Method |
Imports the show dialogs. First the dialog to choose the files, then to choose the initial import options, and optionally the dialog to choose whether to import
in an existing worksheet or in another worksheet.
Namespace: Altaxo.SerializationAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntax public static void ImportShowDialogs(
IViewContent activeViewContent,
IDataFileImporter importer
)
Parameters
- activeViewContent IViewContent
- Content of the active view.
- importer IDataFileImporter
- The importer.
See Also