LastVisibleLine Property (SapTextEdit)

Class

SapTextEdit.

Action

Gets the last visible line which is visualized at the bottom border of the text edit control. The value is zero-based.

Syntax

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

Access

Read only.