Click or drag to resize

IImportDataSourceViewSetSpecificImportOptionsControl Method

Sets the control to show import options specific to that kind of import (like for ASCII import the number of header lines, structure of the columns, etc.).

Namespace: Altaxo.Gui.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
void SetSpecificImportOptionsControl(
	string header,
	Object p
)

Parameters

header  String
The header to show above the control.
p  Object
The Gui control to show.
See Also