ParagraphFormatClass.TabHangingIndent Method
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Public Overridable Sub TabHangingIndent ( _
Count As Short _
)
'Usage
Dim instance As ParagraphFormatClass
Dim Count As Short
instance.TabHangingIndent(Count)
public virtual void TabHangingIndent(
short Count
)
Parameters
- Count
Type: System.Int16
Implements
_ParagraphFormat.TabHangingIndent(Int16)