Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / ListLevelCollection Class / Item Property
The level index.

In This Topic
    Item Property (ListLevelCollection)
    In This Topic
    Gets a list level by its index.
    Syntax
    'Declaration
     
    Public ReadOnly Default Property Item( _
       ByVal index As System.Integer _
    ) As ListLevel
    public ListLevel this[ 
       System.int index
    ]; {get;}

    Parameters

    index
    The level index.

    Property Value

    The ListLevel with the specified index.
    See Also