AsciiDocumentAnalysisOptionsNumberOfLinesToAnalyze Property |
Gets or sets the number of lines used to analyze the structure of an ASCII data file.
Namespace: Altaxo.Serialization.AsciiAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic int NumberOfLinesToAnalyze { get; init; }Property Value
Int32
The number of lines to analyze.
See Also