Click or drag to resize

IPureScriptViewMarkText Method

Marks the specified text range.

Namespace: Altaxo.Gui.Scripting
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
void MarkText(
	int pos1,
	int pos2
)

Parameters

pos1  Int32
The start position of the marked range.
pos2  Int32
The end position of the marked range.
See Also