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