IPureScriptViewMarkText Method |
Marks the specified text range.
Namespace: Altaxo.Gui.ScriptingAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxvoid 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