NamedRange.InsertIndent Method
Visual Studio 2010
Adds an indent to the NamedRange control.
Assembly: Microsoft.Office.Tools.Excel (in Microsoft.Office.Tools.Excel.dll)
Parameters
- InsertAmount
- Type: System.Int32
The amount to be added to the current indent.
Using this method to set the indent level to a number less than 0 (zero) or greater than 15 causes an exception to be thrown.
Use the IndentLevel property to return the indent level for a range.
The following code example creates a NamedRange and then uses the InsertIndent method to set an indent level for the NamedRange.
This example is for a document-level customization.
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.