CharacterUnitRightIndent Property
Returns or sets the right indent value (in characters) for the specified paragraphs. Read/write Single.
expression.CharacterUnitRightIndent
expression Required. An expression that returns one of the objects in the Applies To list.
Remarks
For more information on using Word with Asian languages, see Word features for Asian languages.
Example
This example sets the right indent for all paragraphs in the active document to one character from the right margin.
ActiveDocument.Paragraphs _
.CharacterUnitRightIndent = 1