Click or drag to resize

AsciiLineCompositionColumns Property

The structure of the line. This list holds Type values that represent the recognized items in the line.

Namespace: Altaxo.Serialization.Ascii
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public ImmutableArray<AsciiColumnInfo> Columns { get; }

Property Value

ImmutableArrayAsciiColumnInfo
See Also