Origin2AltaxoWrapperEnumerateAllExcels Method |
Enumerates all excels 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, Excel )> EnumerateAllExcels()
Return Value
IEnumerableValueTupleString,
ExcelEnumeration of tuples of full name of the excel and the excel.
See Also