[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.ListTemplateCollection.Contains

Contains Method

Contains(string)

Checks whether this collection contains a list template with a specified name.

Declaration
public bool Contains(string name)
Public Function Contains(name As String) As Boolean
Parameters
Type Name Description
string name

The name of a list template.

Returns
Type Description
bool

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