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

In This Topic
    Add(Boolean) 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 _
    ) As ListTemplate
    public ListTemplate Add( 
       System.bool isMultiLevel
    )

    Parameters

    isMultiLevel
    Indicates whether the new list template should be multilevel.

    Return Value

    The newly created list template.
    See Also