TextBox.CurLine Property (Outlook Forms Script)
Returns or sets a Long that represents the current line of a control. Read/write.
Syntax
expression.CurLine
expression A variable that represents a TextBox object.
Remarks
The current line of a control is the line that contains the insertion point. The number of the first line is 0.
The CurLine property is valid when the control has focus.
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.