Click or drag to resize

FileImportTableDataSourceBaseImportOptions Property

Gets or sets the import options.

Namespace: Altaxo.Serialization
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public override IDataSourceImportOptions ImportOptions { get; set; }

Property Value

IDataSourceImportOptions

Implements

IAltaxoTableDataSourceImportOptions
See Also