Aspose.Words.Examples.CSharp.Loading_Saving.TocMailMergeDataSource.GetChildDataSource C# (CSharp) Méthode

GetChildDataSource() public méthode

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