[]
Represents a collection of list formatting for each level in a list.
public class ListLevelCollection : IReadOnlyList<ListLevel>, IReadOnlyCollection<ListLevel>, IEnumerable<ListLevel>, IEnumerable
Public Class ListLevelCollection
Implements IReadOnlyList(Of ListLevel), IReadOnlyCollection(Of ListLevel), IEnumerable(Of ListLevel), IEnumerable
| Name | Description |
|---|---|
| Count | Gets the number of levels in this list. A list can contain either 1 or 9 levels. |
| this[int] | Gets a list level by its index. |