FileCommandsImportAsciiToSingleWorksheetHorizontally Method |
Note: This API is now obsolete.
Imports multiple Ascii files into a single data table, horizontally, i.e. in subsequent columns.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax [ObsoleteAttribute]
public static void ImportAsciiToSingleWorksheetHorizontally(
this DataTable dataTable,
string[] filenames,
AsciiImportOptions importOptions
)
Parameters
- dataTable DataTable
- The data table where to import the data.
- filenames String
- The files names. The names will be sorted before use.
- importOptions AsciiImportOptions
- Options used to import ASCII. This parameter can be null. In this case the options are determined by analysis of each file.
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
DataTable. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).
See Also