Click or drag to resize

Origin2AltaxoWrapperEnumerateAllExcels Method

Enumerates all excels 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, Excel )> EnumerateAllExcels()

Return Value

IEnumerableValueTupleString, Excel
Enumeration of tuples of full name of the excel and the excel.
See Also