[]
Represents a collection of list formatting for each level in a list.
public class ListLevelCollection : IReadOnlyList<ListLevel>, IReadOnlyCollection<ListLevel>, IEnumerable<ListLevel>, IEnumerable
Gets the number of levels in this list.
A list can contain either 1 or 9 levels.
public int Count { get; }
Gets a list level by its index.
public ListLevel this[int index] { get; }
index
intThe level index.