Click or drag to resize

RowCommandsSetSelectedRowPosition(IWorksheetController) Method

Moves the selected row(s) to a new position. The new position must be entered by the user.

Namespace: Altaxo.Worksheet.Commands
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static string? SetSelectedRowPosition(
	IWorksheetController ctrl
)

Parameters

ctrl  IWorksheetController
The worksheet controller for the table.

Return Value

String
Null if command was successful; otherwise, an error message.
See Also