SkipFooterRowEventHandler Delegate
Represents a method that will handle the XlsExportOptionsEx.SkipFooterRow and XlsxExportOptionsEx.SkipFooterRow events.
Namespace: DevExpress.Export
Assembly: DevExpress.Printing.v25.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| e | SkipFooterRowEventArgs | The event’s data. |
See Also