Click or drag to resize

AbstractScriptUserAreaScriptOffset Property

Gets the index in the script (considered as string), where the user area starts. This is momentarily behind the comment line " ----- add your script below this line ------"

Namespace: Altaxo.Scripting
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public int UserAreaScriptOffset { get; }

Property Value

Int32

Implements

IScriptTextUserAreaScriptOffset
See Also