FixedColumnWidthWithoutTabSeparationStrategyControllerMakeColumnStartListCompliant Method |
Makes the list of column start positions compliant.
Namespace: Altaxo.Gui.Serialization.AsciiAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static bool MakeColumnStartListCompliant(
List<int> list
)
Parameters
- list ListInt32
- The list to check.
Return Value
BooleanTrue if anything has to be changed. If the list was already compliant, the return value is
false.
See Also