Click or drag to resize

OriginImporterImportMatrixSheet Method

Imports an Origin matrix sheet into an Altaxo table. The Altaxo table can or can not be empty.

Namespace: Altaxo.Serialization.Origin
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntax
C#
public static void ImportMatrixSheet(
	Origin2AltaxoWrapper reader,
	string sheetName,
	MatrixSheet matrixSheet,
	OriginImportOptions importOptions,
	DataTable table,
	OriginImporterImportOperationalDataForTable opData
)

Parameters

reader  Origin2AltaxoWrapper
The Origin project wrapper.
sheetName  String
Full name of the Origin maxtrix sheet.
matrixSheet  MatrixSheet
The Origin matrix sheet.
importOptions  OriginImportOptions
The import options.
table  DataTable
The Altaxo table, in which the data are imported.
opData  OriginImporterImportOperationalDataForTable
The operational data for importing into that Altaxo table.
See Also