Aspose.Words.Examples.CSharp.Loading_Saving.TocMailMergeDataSource.GetChildDataSource C# (CSharp) Метод

GetChildDataSource() публичный Метод

public GetChildDataSource ( string tableName ) : IMailMergeDataSource
tableName string
Результат IMailMergeDataSource
        public IMailMergeDataSource GetChildDataSource(string tableName)
        {
            return null;
        }