The BlockRowMergedEventArgs class provides data for the BlockRowMerged event.

Syntax

public class BlockRowMergedEventArgs: EventArgs
Public Class BlockRowMergedEventArgs
  Inherits EventArgs

Introduced: 14.0.

Properties

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.