CustomGroupRowExportEventArgs Properties
Contains data for the CustomGroupRowExport event.Name | Description |
---|---|
Appearance | Gets the appearance properties that are applied to cells in the exported document. Inherited from CustomExportEventArgs. |
Content | Gets or sets the content of the exported cell. Inherited from CustomExportEventArgs. |
RowHandle | Gets the exported row’s handle. |
Value | Gets or sets the exported group cell’s value. |
See Also