CurrentColumn Property (SapTextEdit)

Class

SapTextEdit.

Action

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

Syntax

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

Access

Read only.