Partager via


_ParagraphFormat.TabHangingIndent Method

Sets a hanging indent to a specified number of tab stops.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Sub TabHangingIndent ( _
    Count As Short _
)
'Usage
Dim instance As _ParagraphFormat
Dim Count As Short

instance.TabHangingIndent(Count)
void TabHangingIndent(
    short Count
)

Parameters

  • Count
    Type: System.Int16
    Required Short. The number of tab stops to indent (if positive) or the number of tab stops to remove from the indent (if negative).

Remarks

This method can be used to remove tab stops from a hanging indent if the value of Count is a negative number.

See Also

Reference

_ParagraphFormat Interface

_ParagraphFormat Members

Microsoft.Office.Interop.Word Namespace