RulerLevels2.Item Method
Gets a member of the RulerLevels2 collection.
Syntax
expression.Item(Index)
expression An expression that returns a RulerLevels2 object.
Parameters
| Name | Required/Optional | Data Type | Description |
|---|---|---|---|
| Index | Required | Variant | The index number of the object to be returned. |
Return Value
RulerLevel2
Example
This example sets the first-line indent and the hanging indent for outline level one in body text on the slide master for the active presentation.
| Visual Basic for Applications |
|---|
|