Click or drag to resize

ProgramInstanceScriptCodeHeader Property

Gets the code header, i.e. the leading script text. It depends on the ScriptStyle.

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

Property Value

String

Implements

IScriptTextCodeHeader
IScriptTextCodeHeader
See Also