Click or drag to resize

BaseColumnCollectionChangedEventArgsCreateRowMoveArgs Method

Creates a change state that reflects the move of some rows (in all columns).

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static BaseColumnCollectionChangedEventArgs CreateRowMoveArgs(
	bool isPropertyColumn,
	int numberOfColumns,
	int firstRowNumber,
	int maxRowNumber
)

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.
numberOfColumns  Int32
The number of columns in the table.
firstRowNumber  Int32
The first row number that was affected.
maxRowNumber  Int32
One more than the last affected row number.

Return Value

BaseColumnCollectionChangedEventArgs
The change state that reflects the move.
See Also