Paragraphs.IndentCharWidth 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 IndentCharWidth ( _
    Count As Short _
)
'Usage
Dim instance As Paragraphs
Dim Count As Short

instance.IndentCharWidth(Count)
void IndentCharWidth(
    short Count
)

Parameters

  • Count
    Type: System.Int16
    Required Short. 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

Paragraphs Interface

Paragraphs Members

Microsoft.Office.Interop.Word Namespace