Click or drag to resize

OriginImportOptionsPathsOfImportedData Property

Gets the full paths to the imported data parts in the Origin file (could be spreadsheet, spreadsheet in an excel, or matrix) If the collection is empty, all data parts are imported.

Namespace: Altaxo.Serialization.Origin
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntax
C#
public IReadOnlyList<string> PathsOfImportedData { get; init; }

Property Value

IReadOnlyListString
See Also