API Reference

Class

WordMailMergeBlockData

Namespace OfficeIMO.Word
Assembly OfficeIMO.Word
Modifiers sealed

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

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} requiredposition: 0
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} requiredposition: 0
Values applied to merge fields inside this block row.
regions System.Collections.Generic.IDictionary{System.String,System.Collections.Generic.IEnumerable{OfficeIMO.Word.WordMailMergeBlockData}} requiredposition: 1
Nested repeated regions available inside this block row.

Properties

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

Values applied to merge fields inside this block row.

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

Nested repeated regions available inside this block row.