Click or drag to resize

ColumnCommandsSetSelectedColumnPosition(IWorksheetController, Int32) Method

Moves the selected columns to a new position
C#
nPosition
.

Namespace: Altaxo.Worksheet.Commands
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static void SetSelectedColumnPosition(
	IWorksheetController ctrl,
	int nPosition
)

Parameters

ctrl  IWorksheetController
The worksheet controller.
nPosition  Int32
The new position for the selected columns.
See Also