API Reference
Class
WordMailMergeTableRowGroup
Represents one grouped table-row mail-merge data set.
Inheritance
- Object
- WordMailMergeTableRowGroup
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Accepted by parameters
Constructors
public WordMailMergeTableRowGroup(IDictionary<String, String> values, IEnumerable<IDictionary<String, String>> rows) #Creates a grouped table-row data set.
Parameters
- values System.Collections.Generic.IDictionary{System.String,System.String}
- Values applied to the group template row.
- rows System.Collections.Generic.IEnumerable{System.Collections.Generic.IDictionary{System.String,System.String}}
- Values applied to repeated detail rows inside the group.