Click or drag to resize

IPureScriptControllerSetScriptCursorLocation(Int32) Method

Sets the cursor location using a character offset.

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

Parameters

offset  Int32
The zero-based character offset.
See Also