Style.LinkToListTemplate(ListTemplate, Object) Method

Definition

Links the specified style to a list template so that the style's formatting can be applied to lists.

public void LinkToListTemplate (Microsoft.Office.Interop.Word.ListTemplate ListTemplate, ref object ListLevelNumber);
abstract member LinkToListTemplate : Microsoft.Office.Interop.Word.ListTemplate * obj -> unit
Public Sub LinkToListTemplate (ListTemplate As ListTemplate, Optional ByRef ListLevelNumber As Object)

Parameters

ListTemplate
ListTemplate

Required ListTemplate object. The list template that the style is to be linked to.

ListLevelNumber
Object

Optional Object. An integer corresponding to the list level that the style is to be linked to. If this argument is omitted, then the level of the style is used.

Applies to