Click or drag to resize

RowSelectionControllerEhCmdAddNewSelection Method

Adds a new row selection relative to the specified item.

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

Parameters

child  RowSelectionItemController
The reference item.
See Also