Click or drag to resize

WorksheetControllerNavigateCellEdit Method

NavigateCellEdit moves the cell edit control to the next cell

Namespace: Altaxo.Gui.Worksheet.Viewing
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
protected bool NavigateCellEdit(
	int dx,
	int dy
)

Parameters

dx  Int32
move dx cells to the right
dy  Int32
move dy cells down

Return Value

Boolean
True when the cell was moved to a new position, false if moving was not possible.
See Also