Share via


OfficeDataSourceObject.Table Property

Returns a String that represents the name of the table within the data source file that contains the mail merge records.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
Property Table As String
    Get
    Set
'Usage
Dim instance As OfficeDataSourceObject
Dim value As String

value = instance.Table

instance.Table = value
string Table { get; set; }

Property Value

Type: System.String

Remarks

The returned value may be blank if the table name is unknown or not applicable to the current data source.

See Also

Reference

OfficeDataSourceObject Interface

OfficeDataSourceObject Members

Microsoft.Office.Core Namespace