OriginImportOptionsPathsOfImportedData Property |
Gets the full paths to the imported data parts in the Origin file, for example a spreadsheet, a spreadsheet in Excel, or a matrix.
Namespace: Altaxo.Serialization.OriginAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic IReadOnlyList<string> PathsOfImportedData { get; init; }Property Value
IReadOnlyListString
Remarks
If the collection is empty, all data parts are imported.
See Also