Application.OutlineIndent Method
Project Developer Reference |
Indents a task in the outline.
Syntax
expression.OutlineIndent(Levels)
expression A variable that represents an Application object.
Parameters
Name | Required/Optional | Data Type | Description |
---|---|---|---|
Levels | Optional | Long | A number that specifies how many levels to indent the task. Applies to Application object only. The default value is 1. |
Return Value
Boolean
See Also