Paragraph.Indent Method
Indents one or more paragraphs by one level.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Sub Indent
'Usage
Dim instance As Paragraph
instance.Indent()
void Indent()
Remarks
Using this method is equivalent to clicking the Increase Indent button on the Formatting toolbar.