table_name property

IMailMergeDataSource.table_name property

Returns the name of the data source.

@property
def table_name(self) -> str:
    ...

Remarks

If you are implementing IMailMergeDataSource, return the name of the data source from this property.

Aspose.Words uses this name to match against the mail merge region name specified in the template document. The comparison between the data source name and the mail merge region name is not case sensitive.

See Also