AppendLine

This method adds a new line.

Text added to the worktext object using AppendString or AppendReject always refers to the line generated by AppendLine. To add text to a new line, use the AppendLine method first.

Syntax

AppendLine (Top as Long, Left as Long, Height as Long, Width as Long)
Parameter Description
Top Top position of the line in pixels.

Optional parameter. The default value is 0.

Left Left position of the line in pixels.

Optional parameter. The default value is 0.

Height Height of the line in pixels.

Optional parameter. The default value is 0.

Width Width of the line in pixels.

Optional parameter. The default value is 0.