IPureScriptControllerSetScriptCursorLocation(Int32, Int32) Method |
Sets the cursor location inside the script. Line and column are starting with 1.
Namespace: Altaxo.Gui.ScriptingAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax void SetScriptCursorLocation(
int line,
int column
)
Parameters
- line Int32
- Script line (1-based).
- column Int32
- Script column (1-based).
See Also