Click or drag to resize

AsciiGlobalStructureAnalysisFixedBoundaries Property

If a fixed column width structure was recognized, this element contains the tabbed start positions of the columns, assuming a tab size of _recognizedTabSize.

Namespace: Altaxo.Serialization.Ascii
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public List<int>? FixedBoundaries { get; }

Property Value

ListInt32
See Also