Click or drag to resize

ITextOutputWindowViewAppendText Method

Appends text to the view.

Namespace: Altaxo.Gui.Pads.Output
Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
void AppendText(
	string text
)

Parameters

text  String
The text to append.
See Also