GetLineText Method (SapTextEdit)

Class

SapTextEdit.

Action

Returns the text of the specified line.

Syntax

C#
lineText = textEdit.GetLineText(line)
VB
lineText = textEdit.GetLineText(line)
Variable Description
lineText String.
line Index of the line. The value is zero-based. Integer.