IRange.InsertIndent Method
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Sub InsertIndent ( _
InsertAmount As Integer _
)
'Usage
Dim instance As IRange
Dim InsertAmount As Integer
instance.InsertIndent(InsertAmount)
void InsertIndent(
int InsertAmount
)
Parameters
- InsertAmount
Type: System.Int32