SetMultiText Method (TextField)

Class

TextField.

Action

Substitutes all or part of the lines in the multi-line text field.

Syntax

textField.SetMultiText(Text, [StartLine, numberOfLines])
Variable Description
Text The text to substitute. List(Of String).
StartLine Optional: The line in the text field (starting from 0) to begin the substitution. The value is zero-based. Integer.
numberOfLines Optional: The number of lines to substitute. Integer.