RowCommandsSetSelectedRowPosition(IWorksheetController) Method |
Moves the selected row(s) to a new position. The new position must be entered by the user.
Namespace: Altaxo.Worksheet.CommandsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static string? SetSelectedRowPosition(
IWorksheetController ctrl
)
Parameters
- ctrl IWorksheetController
- The worksheet controller for the table.
Return Value
StringNull if command was successful; otherwise, an error message.
See Also