BaseColumnCollectionChangedEventArgsCreateRowMoveArgs Method |
Creates a change state that reflects the move of some rows (in all columns).
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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
BaseColumnCollectionChangedEventArgsThe change state that reflects the move.
See Also