Click or drag to resize

FileCommandsShowAsciiImportOptionsDialog Method

Shows the ASCII analysis dialog.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static bool ShowAsciiImportOptionsDialog(
	string fileName,
	AsciiDocumentAnalysisOptions analysisOptions,
	out AsciiImportOptions importOptions
)

Parameters

fileName  String
Name of the file to analyze.
analysisOptions  AsciiDocumentAnalysisOptions
Options that specify how many lines are analyzed, and what number formats and date/time formats will be tested.
importOptions  AsciiImportOptions
On return, contains the ASCII import options the user has confirmed.

Return Value

Boolean
True if the user confirms this dialog (clicks OK). False if the user cancels this dialog.
See Also