[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.ListLevelCollection.Item

this Property

this[int]

Gets a list level by its index.

Declaration
public ListLevel this[int index] { get; }
Public ReadOnly Default Property Item(index As Integer) As ListLevel
Parameters
Type Name Description
int index

The level index.

Property Value
Type Description
ListLevel

The ListLevel with the specified index.

Implements