Click or drag to resize

AsciiImporterImplImport(IReadOnlyListString, DataTable, Object, Boolean) Method

Imports the specified file name into a table.

Namespace: Altaxo.Serialization.Ascii
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntax
C#
public override string? Import(
	IReadOnlyList<string> filenames,
	DataTable table,
	Object importOptionsObj,
	bool attachDataSource
)

Parameters

filenames  IReadOnlyListString

[Missing <param name="filenames"/> documentation for "M:Altaxo.Serialization.Ascii.AsciiImporterImpl.Import(System.Collections.Generic.IReadOnlyList{System.String},Altaxo.Data.DataTable,System.Object,System.Boolean)"]

table  DataTable
The table.
importOptionsObj  Object

[Missing <param name="importOptionsObj"/> documentation for "M:Altaxo.Serialization.Ascii.AsciiImporterImpl.Import(System.Collections.Generic.IReadOnlyList{System.String},Altaxo.Data.DataTable,System.Object,System.Boolean)"]

attachDataSource  Boolean
If the value is true, the corresponding data source is attached to the table.

Return Value

String
An error message, or null if successful.

Implements

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