Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / ListTemplateCollection Class / Item Property / Item(Int32) Property
The index of a list template in the collection.

In This Topic
    Item(Int32) Property
    In This Topic
    Gets a list template by its index.
    Syntax
    'Declaration
     
    Public Overloads ReadOnly Property Item( _
       ByVal index As System.Integer _
    ) As ListTemplate
    public ListTemplate Item( 
       System.int index
    ) {get;}

    Parameters

    index
    The index of a list template in the collection.

    Property Value

    The ListTemplate with the specified index.
    See Also