Range.InsertIndent(Int32) Method

Definition

Adds an indent to the specified range.

public:
 void InsertIndent(int InsertAmount);
public void InsertIndent (int InsertAmount);
Public Sub InsertIndent (InsertAmount As Integer)

Parameters

InsertAmount
Int32

Required Integer. The amount to be added to the current indent.

Remarks

Using this method to set the indent level to a number less than 0 (zero) or greater than 15 causes an error.

Use theIndentLevel property to return the indent level for a range.

Applies to