[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.ListTemplateCollection.Item

this Property

this[int]

Gets a list template by its index.

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

The index of a list template in the collection.

Property Value
Type Description
ListTemplate

The ListTemplate with the specified index.

Implements

this[string]

Gets a list template by its name.

Declaration
public ListTemplate this[string name] { get; }
Public ReadOnly Default Property Item(name As String) As ListTemplate
Parameters
Type Name Description
string name

The name of a list template.

Property Value
Type Description
ListTemplate

The ListTemplate with the specified name.