Share via


_Application.LoadMasterList Method

Loads a bibliography source file.

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

Syntax

'Declaration
Sub LoadMasterList ( _
    FileName As String _
)
'Usage
Dim instance As _Application
Dim FileName As String

instance.LoadMasterList(FileName)
void LoadMasterList(
    string FileName
)

Parameters

  • FileName
    Type: System.String
    The path and file name of the bibliography source file.

See Also

Reference

_Application Interface

_Application Members

Microsoft.Office.Interop.Word Namespace