API Reference

Class

WordMailMergeTableRowGroup

Namespace OfficeIMO.Word
Assembly OfficeIMO.Word
Modifiers sealed

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} requiredposition: 0
Values applied to the group template row.
rows System.Collections.Generic.IEnumerable{System.Collections.Generic.IDictionary{System.String,System.String}} requiredposition: 1
Values applied to repeated detail rows inside the group.

Properties

public IDictionary<String, String> Values { get; } #

Values applied to the group template row.

public IEnumerable<IDictionary<String, String>> Rows { get; } #

Values applied to repeated detail rows inside the group.