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