Click or drag to resize

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.Serialization
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntax
C#
public static void ImportShowDialogs(
	IViewContent activeViewContent,
	IDataFileImporter importer
)

Parameters

activeViewContent  IViewContent
Content of the active view.
importer  IDataFileImporter
The importer.
See Also