Click or drag to resize

FixedColumnWidthWithoutTabSeparationStrategyControllerMakeColumnStartListCompliant Method

Makes the list of column start positions compliant.

Namespace: Altaxo.Gui.Serialization.Ascii
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static bool MakeColumnStartListCompliant(
	List<int> list
)

Parameters

list  ListInt32
The list to check.

Return Value

Boolean
True if anything has to be changed. If the list was already compliant, the return value is false.
See Also