_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.