Specifies the current line of a control.
Syntax
object.CurLine [= Long]
The CurLine property syntax has these parts:
| Part | Description |
|---|---|
| object | Required. A valid object. |
| Long | Optional. Specifies the current line of a control. |
Remarks
The current line of a control is the line that contains the insertion point. The number of the first line is zero.
The CurLine property is valid when the control has the focus.