[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.ListLevelCollection

Class ListLevelCollection

Namespace
GrapeCity.Documents.Word
Assembly
GcDocs.Word.dll

Represents a collection of list formatting for each level in a list.

public class ListLevelCollection : IReadOnlyList<ListLevel>, IReadOnlyCollection<ListLevel>, IEnumerable<ListLevel>, IEnumerable
Inheritance
ListLevelCollection
Implements
Inherited Members

Properties

Count

Gets the number of levels in this list.

A list can contain either 1 or 9 levels.

public int Count { get; }

Property Value

int

this[int]

Gets a list level by its index.

public ListLevel this[int index] { get; }

Parameters

index int

The level index.

Property Value

ListLevel

The ListLevel with the specified index.