Add(Boolean,String) Method
Creates a new list template and adds it to the collection of list templates in the document.
'Declaration
Public Overloads Function Add( _
ByVal As System.Boolean, _
ByVal 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.