Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / ListTemplateCollection Class / Contains Method
The name of a list template.

In This Topic
    Contains Method (ListTemplateCollection)
    In This Topic
    Checks whether this collection contains a list template with a specified name.
    Syntax
    'Declaration
     
    Public Function Contains( _
       ByVal name As System.String _
    ) As System.Boolean
    public System.bool Contains( 
       System.string name
    )

    Parameters

    name
    The name of a list template.

    Return Value

    True if the collection contains a list template with the specified name, false otherwise.
    See Also