Click or drag to resize

AsciiImportOptionsIndexOfCaptionLine Property

Index of the line, where we can extract the column names from. ATTENTION: this value is zero based, i.e. if the caption is in the first line, the value is 0. If the value is unkown, the value is null.

Namespace: Altaxo.Serialization.Ascii
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public int? IndexOfCaptionLine { get; init; }

Property Value

NullableInt32
See Also