ParagraphFormat.IndentFirstLineCharWidth method (Word)

Indents the first line of one or more paragraphs by a specified number of characters.

Syntax

expression. IndentFirstLineCharWidth( _Count_ )

expression Required. A variable that represents a 'ParagraphFormat' object.

Parameters

Name Required/Optional Data type Description
Count Required Integer The number of characters by which the first line of each specified paragraph is to be indented.

Example

This example indents the first line of the first paragraph in the active document by 10 characters.

Selection.ParagraphFormat.IndentFirstLineCharWidth 10

See also

ParagraphFormat 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.