FileCommandsShowAsciiImportOptionsDialog Method |
Shows the ASCII analysis dialog.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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
BooleanTrue if the user confirms this dialog (clicks OK). False if the user cancels this dialog.
See Also