IPureScriptControllerSetScriptCursorLocation(Int32) Method |
Sets the cursor location using a character offset.
Namespace: Altaxo.Gui.ScriptingAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxvoid SetScriptCursorLocation(
int offset
)
Parameters
- offset Int32
- The zero-based character offset.
See Also