Paragraph.IndentFirstLineCharWidth Method

Indents one or more paragraphs by a specified number of characters.

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

Syntax

'Declaration
Sub IndentFirstLineCharWidth ( _
    Count As Short _
)
'Usage
Dim instance As Paragraph
Dim Count As Short

instance.IndentFirstLineCharWidth(Count)
void IndentFirstLineCharWidth(
    short Count
)

Parameters

  • Count
    Type: System.Int16
    Required Integer. The number of characters by which the specified paragraphs are to be indented.

Remarks

Using this method is equivalent to clicking the Increase Indent button on the Formatting toolbar.

See Also

Reference

Paragraph Interface

Paragraph Members

Microsoft.Office.Interop.Word Namespace