Click or drag to resize

RowSelectionControllerEhCmdIndentSelection Method

Indents 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 EhCmdIndentSelection(
	RowSelectionItemController child
)

Parameters

child  RowSelectionItemController
The row selection to indent.
See Also