OfficeDataSourceObject.Table Property

Definition

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.

Applies to