_ParagraphFormat.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 _ParagraphFormat
Dim Count As Short
instance.TabIndent(Count)
void TabIndent(
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 also be used to remove the indent if the value of Count is a negative number.