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.OriginAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntax public IReadOnlyList<string> PathsOfImportedData { get; init; }
Property Value
IReadOnlyListStringSee Also