Click or drag to resize

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.Origin
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public IReadOnlyList<string> PathsOfImportedData { get; init; }

Property Value

IReadOnlyListString
Remarks
If the collection is empty, all data parts are imported.
See Also