MailMergeDataSource.TableName Property
Returns a String with the SQL query used to retrieve the records from the data source file attached to a mail merge document. May be blank if the table name is unknown or not applicable to the current data source.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property TableName As String
Get
'Usage
Dim instance As MailMergeDataSource
Dim value As String
value = instance.TableName
string TableName { get; }
Property Value
Type: System.String