Click or drag to resize

DataFileImporterBaseImportShowDialogs Method

Shows import dialogs and then performs the import, either in an existing worksheet or in another worksheet.

Namespace: Altaxo.Serialization
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.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