The Block
public class BlockRowMergedEventArgs: EventArgs
Public Class BlockRowMergedEventArgs
Inherits EventArgs
Introduced: 14.0.
Property | Description |
---|---|
Data |
Gets an int value that indicates the total number of data rows. |
Data |
Gets an int value that indicates the currently merged data row in the merge block. |
Merge |
Gets a string value that indicates current merge block name. |
Merged |
Gets or sets a byte[] array that contains the complete data of the merged block row. |