EditCommandsRemoveAllButSelected Method |
Remove all but the selected columns, rows or property columns.
Namespace: Altaxo.Worksheet.CommandsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static void RemoveAllButSelected(
IWorksheetController ctrl
)
Parameters
- ctrl IWorksheetController
- The worksheet controller providing the current selection.
See Also