Range.InsertIndent(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.