Click or drag to resize

RenishawImporterImport(IReadOnlyListString, DataTable, Object, Boolean) Method

Imports the specified file name into a table.

Namespace: Altaxo.Serialization.Renishaw
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public override string? Import(
	IReadOnlyList<string> fileNames,
	DataTable table,
	Object importOptions,
	bool attachDataSource = true
)

Parameters

fileNames  IReadOnlyListString
Name of the files.
table  DataTable
The table.
importOptions  Object
The options for import.
attachDataSource  Boolean  (Optional)
If the value is true, the corresponding data source is attached to the table.

Return Value

String
Null if no error occurs, or an error description.

Implements

IDataFileImporterImport(IReadOnlyListString, DataTable, Object, Boolean)
See Also