CurrentLine Property (SapTextEdit)

Class

SapTextEdit.

Action

Gets the line index in which the caret is currently positioned. The value is zero-based.

Syntax

C#
protected Integer CurrentLine { get; }
VB
'Declaration
Protected Read Property CurrentLine As Integer

Access

Read only.