
The BlockRowMergedEventArgs class provides data for the DocumentServer.MailMerge.BlockRowMerged event.
Introduced: 14.0.
[C#]
public class BlockRowMergedEventArgs: EventArgs
[Visual Basic]
Public Class BlockRowMergedEventArgs
Inherits EventArgs
| Property | Description | |
| DataRowCount | Gets an int value that indicates the total number of data rows. | |
| DataRowNumber | Gets an int value that indicates the currently merged data row in the merge block. | |
| MergeBlockName | Gets a string value that indicates current merge block name. | |
| MergedBlockRow | Gets or sets a byte[] array that contains the complete data of the merged block row. |