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