IPureScriptViewSetScriptCursorLocation Method |
Sets the script cursor location by line and column.
Namespace: Altaxo.Gui.ScriptingAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxvoid SetScriptCursorLocation(
int line,
int column
)
Parameters
- line Int32
- The one-based line number.
- column Int32
- The one-based column number.
See Also