Aspose.Words.Examples.CSharp.Loading_Saving.TocMailMergeDataSource.GetChildDataSource C# (CSharp) Method

GetChildDataSource() public method

public GetChildDataSource ( string tableName ) : IMailMergeDataSource
tableName string
return IMailMergeDataSource
        public IMailMergeDataSource GetChildDataSource(string tableName)
        {
            return null;
        }