Origin2AltaxoWrapperEnumerateAllMatrixSheets Method |
Enumerates all matrix sheets located in the matrices together with their full name.
Namespace: Altaxo.Serialization.OriginAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntax public IEnumerable<(string fullName, MatrixSheet matrixSheet, Matrix matrix)> EnumerateAllMatrixSheets()
Return Value
IEnumerableValueTupleString,
MatrixSheet,
MatrixEnumeration of triples of full name of the matrix sheet, the matrix sheet, and the parent matrix.
See Also