Style.LinkToListTemplate(ListTemplate, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.