Click or drag to resize

Origin2AltaxoWrapperEnumerateAllMatrixSheets Method

Enumerates all matrix sheets located in the matrices together with their full name.

Namespace: Altaxo.Serialization.Origin
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntax
C#
public IEnumerable<(string fullName, MatrixSheet matrixSheet, Matrix matrix)> EnumerateAllMatrixSheets()

Return Value

IEnumerableValueTupleString, MatrixSheet, Matrix
Enumeration of triples of full name of the matrix sheet, the matrix sheet, and the parent matrix.
See Also