ListFormat.ApplyListTemplateOld Method

Reserved for internal use.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Sub ApplyListTemplateOld ( _
    ListTemplate As ListTemplate, _
    ByRef ContinuePreviousList As Object, _
    ByRef ApplyTo As Object _
)
'Usage
Dim instance As ListFormat
Dim ListTemplate As ListTemplate
Dim ContinuePreviousList As Object
Dim ApplyTo As Object

instance.ApplyListTemplateOld(ListTemplate, _
    ContinuePreviousList, ApplyTo)
void ApplyListTemplateOld(
    ListTemplate ListTemplate,
    ref Object ContinuePreviousList,
    ref Object ApplyTo
)

Parameters

See Also

Reference

ListFormat Interface

ListFormat Members

Microsoft.Office.Interop.Word Namespace