Origin2AltaxoWrapperEnumerateAllSpreadSheets Method |
Enumerates all spread sheets 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, 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,
SpreadSheetEnumeration of tuples of full name of the spreadsheet and the spreadsheet.
See Also