Click or drag to resize

Origin2AltaxoWrapperEnumerateAllSpreadSheets Method

Enumerates all spread sheets 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, SpreadSheet spreadsheet)> EnumerateAllSpreadSheets(
	bool considerSpreadsheetsInExcelsToo
)

Parameters

considerSpreadsheetsInExcelsToo  Boolean

[Missing <param name="considerSpreadsheetsInExcelsToo"/> documentation for "M:Altaxo.Serialization.Origin.Origin2AltaxoWrapper.EnumerateAllSpreadSheets(System.Boolean)"]

Return Value

IEnumerableValueTupleString, SpreadSheet
Enumeration of tuples of full name of the spreadsheet and the spreadsheet.
See Also