The Form
public class FormFieldMergedEventArgs: EventArgsPublic Class FormFieldMergedEventArgs
Inherits EventArgs Introduced: 30.0.
| Property | Description |
|---|---|
| Data |
Gets the data row which is used to supply the current field with merge content. |
| Form |
Gets the already merged Form |
| Merge |
If the form field is part of a merge block, this property returns the name of the block. |
| Merged | Gets a boolean value that indicates whether the current field has been merged successfully or not. |
| Nesting |
If the form field is part of a merge block, this property returns the one-based nesting depth of the block. |
| Sub |
Gets the ID of the subtext part the field is part of. |
| Sub |
Gets the 1-based number of the subtext part the field is part of. |
| Table |
If the form field is inside of a table, this property returns the containing table cell as a TXText |