Click or drag to resize

AsciiDocumentAnalysisOptionsNumberOfLinesToAnalyze Property

Gets or sets the number of lines used to analyze the structure of an ASCII data file.

Namespace: Altaxo.Serialization.Ascii
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public int NumberOfLinesToAnalyze { get; set; }

Property Value

Int32
The number of lines to analyze.
See Also