Paragraphs.IndentCharWidth(Int16) Method

Definition

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

public:
 void IndentCharWidth(short Count);
public void IndentCharWidth (short Count);
abstract member IndentCharWidth : int16 -> unit
Public Sub IndentCharWidth (Count As Short)

Parameters

Count
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.

Applies to