ColumnCommandsSetSelectedColumnPosition(IWorksheetController) Method |
Moves the selected column 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? SetSelectedColumnPosition(
IWorksheetController ctrl
)
Parameters
- ctrl IWorksheetController
- The worksheet controller for the table.
Return Value
StringNull if successful; otherwise, an error message.
See Also