TabHangingIndent Method

See Also         Example         Applies To

Sets a hanging indent to a specified number of tab stops. Can be used to remove tab stops from a hanging indent if the value of Count is a negative number.

Syntax

expression.TabHangingIndent(Count)

expression   Required. An expression that returns a Paragraph, Paragraphs, or ParagraphFormat object.

Count   Required Integer. The number of tab stops to indent (if positive) or the number of tab stops to remove from the indent (if negative).