Click or drag to resize

BaseColumnCollectionChangedEventArgsCreateColumnMoveArgs Method

Creates a change state that reflects the move of some columns.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static BaseColumnCollectionChangedEventArgs CreateColumnMoveArgs(
	bool isPropertyColumn,
	int firstColumnNumber,
	int maxColumnNumber
)

Parameters

isPropertyColumn  Boolean
True if the call comes from a collection of property columns; false if the call comes from a collection of data columns.
firstColumnNumber  Int32
The first column number that was removed.
maxColumnNumber  Int32
One more than the last affected column.

Return Value

BaseColumnCollectionChangedEventArgs
The change state that reflects the move.
See Also