NestedStyles
A collection of nested styles.
NestedStyles Properties
| Property |
Type |
Access |
Description |
| Count |
Long |
read |
The number of NestedStyles. |
| Item |
Object |
read |
Returns the NestedStyle with the specified index or name as Long or String. |
NestedStyles Methods
| Method |
Returns |
Description |
| Add |
NestedStyle |
Create a new NestedStyle. |
| AnyItem |
Object |
Returns any NestedStyle. |
| FirstItem |
Object |
Returns the first NestedStyle. |
| ItemByRange |
Objects |
Returns the NestedStyles within the specified range. |
| LastItem |
Object |
Returns the last NestedStyle. |
| MiddleItem |
Object |
Returns the middle NestedStyle. |
| NextItem |
Object |
Returns the next NestedStyle. |
| PreviousItem |
Object |
Returns the previous NestedStyle. |