Paragraph.TabIndent Method

Sets the left indent for the specified paragraphs 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 TabIndent ( _
    Count As Short _
)
'Usage
Dim instance As Paragraph
Dim Count As Short

instance.TabIndent(Count)
void TabIndent(
    short Count
)

Parameters

  • Count
    Type: System.Int16
    Required Integer. 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 the indent if the value of Count is a negative number.

See Also

Reference

Paragraph Interface

Paragraph Members

Microsoft.Office.Interop.Word Namespace