Click or drag to resize

IPureScriptViewSetScriptCursorLocation Method

Sets the script cursor location by line and column.

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

Parameters

line  Int32
The one-based line number.
column  Int32
The one-based column number.
See Also