Add(Boolean,String) Method | Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / ListTemplateCollection Class / Add Method / Add(Boolean,String) Method
Indicates whether the new list template should be multilevel.
The name for the list template.

In This Topic
Add(Boolean,String) Method
In This Topic
Creates a new list template and adds it to the collection of list templates in the document.
Syntax
'Declaration
 
Public Overloads Function Add( _
   ByVal isMultiLevel As System.Boolean, _
   ByVal name As System.String _
) As ListTemplate
 

Parameters

isMultiLevel
Indicates whether the new list template should be multilevel.
name
The name for the list template.

Return Value

The newly created list template.
See Also