Sources.Add Method

Add a new source to the sources listed in the Source Manager dialog box.

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

Syntax

'Declaration
Sub Add ( _
    Data As String _
)
'Usage
Dim instance As Sources
Dim Data As String

instance.Add(Data)
void Add(
    string Data
)

Parameters

  • Data
    Type: System.String
    An XML string that represents the field values for the new source.

See Also

Reference

Sources Interface

Sources Members

Microsoft.Office.Interop.Word Namespace