​
​
​

The BlockMergingEventArgs class provides data for the BlockMerging event.

Syntax

​public class BlockMergingEventArgs : CancelEventArgs
​Public Class BlockMergingEventArgs
  Inherits CancelEventArgs

​ Introduced: X13.

Properties

Property Description
BlockData Gets the block data as an array of data rows.
BlockName Gets the name of the merge block the event was fired for.
ColumnNames Gets the column names of the table supplying the data for the block.
SubTextPartID Gets the ID of the subtext part that represents the block.
SubTextPartNumber Gets the 1-based number of the subtext part that represents the block.
​