DataFileImporterBaseShowOpenFileDialog Method |
Shows a file import dialog for the specific importer provided as parameter, and imports the files to the table if the user clicked on "OK".
Namespace: Altaxo.SerializationAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntax public static OpenFileOptions? ShowOpenFileDialog(
IDataFileImporter importer
)
Parameters
- importer IDataFileImporter
- The data file importer.
Return Value
OpenFileOptionsThe open file options. If the use has cancelled this dialog, the return value is null.
See Also