PageSetup.CharsLine property (Word)

Returns or sets the number of characters per line in the document grid. Read/write Single.

Syntax

expression. CharsLine

expression A variable that represents a PageSetup object.

Example

This example sets the number of characters per line to 42 for the active document.

ActiveDocument.PageSetup.CharsLine = 42

See also

PageSetup Object

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.