[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.ListLevelCollection

ListLevelCollection Class

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

Inheritance
ListLevelCollection
Namespace: GrapeCity.Documents.Word
Assembly: DS.Documents.Word.dll
Syntax
public class ListLevelCollection : IReadOnlyList<ListLevel>, IReadOnlyCollection<ListLevel>, IEnumerable<ListLevel>, IEnumerable
Public Class ListLevelCollection
    Implements IReadOnlyList(Of ListLevel), IReadOnlyCollection(Of ListLevel), IEnumerable(Of ListLevel), IEnumerable

Properties

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.