Click or drag to resize

RowSelectionControllerEhCmdRemoveSelection Method

Removes the specified row selection.

Namespace: Altaxo.Gui.Data.Selections
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void EhCmdRemoveSelection(
	RowSelectionItemController child
)

Parameters

child  RowSelectionItemController
The row selection to remove.
See Also