API Reference
Class
WordMailMergeBlockData
Represents one repeated block row with optional nested repeated regions.
Inheritance
- Object
- WordMailMergeBlockData
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property WordMailMergeBlockData.Regions
Accepted by parameters
Constructors
WordMailMergeBlockData 2 overloads
public WordMailMergeBlockData(IDictionary<String, String> values) #Creates a repeated block row.
Parameters
- values System.Collections.Generic.IDictionary{System.String,System.String}
- Values applied to merge fields inside this block row.
public WordMailMergeBlockData(IDictionary<String, String> values, IDictionary<String, IEnumerable<WordMailMergeBlockData>> regions) #Creates a repeated block row with nested repeated regions.
Parameters
- values System.Collections.Generic.IDictionary{System.String,System.String}
- Values applied to merge fields inside this block row.
- regions System.Collections.Generic.IDictionary{System.String,System.Collections.Generic.IEnumerable{OfficeIMO.Word.WordMailMergeBlockData}}
- Nested repeated regions available inside this block row.