Paragraphs.IndentFirstLineCharWidth(Int16) Method

Definition

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

public:
 void IndentFirstLineCharWidth(short Count);
public void IndentFirstLineCharWidth (short Count);
abstract member IndentFirstLineCharWidth : int16 -> unit
Public Sub IndentFirstLineCharWidth (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