OfficeDataSourceObject.Table Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a String that represents the name of the table within the data source file that contains the mail merge records.
public:
property System::String ^ Table { System::String ^ get(); void set(System::String ^ value); };
public string Table { get; set; }
member this.Table : string with get, set
Public Property Table As String
Property Value
Remarks
The returned value may be blank if the table name is unknown or not applicable to the current data source.