Click or drag to resize

PureScriptControllerSetScriptCursorLocation(Int32, Int32) Method

Sets the cursor location inside the script. Line and column are starting with 1.

Namespace: Altaxo.Gui.Scripting
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void SetScriptCursorLocation(
	int line,
	int column
)

Parameters

line  Int32
Script line (1-based).
column  Int32
Script column (1-based).

Implements

IPureScriptControllerSetScriptCursorLocation(Int32, Int32)
See Also