Adds an indent to the specified range.
'Declaration
Sub InsertIndent( _
ByVal As Integer _
)
'Usage
Dim instance As IRange
Dim insertAmount As Integer
instance.InsertIndent(insertAmount)
Parameters
- insertAmount
- The amount to be added to the current indent.