Back to Devexpress

SkipFooterRowEventHandler Delegate

corelibraries-devexpress-dot-export-2122d7f6.md

latest1.1 KB
Original Source

SkipFooterRowEventHandler Delegate

Represents a method that will handle the XlsExportOptionsEx.SkipFooterRow and XlsxExportOptionsEx.SkipFooterRow events.

Namespace : DevExpress.Export

Assembly : DevExpress.Printing.v25.2.Core.dll

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
public delegate void SkipFooterRowEventHandler(
    SkipFooterRowEventArgs e
);
vb
Public Delegate Sub SkipFooterRowEventHandler(
    e As SkipFooterRowEventArgs
)

Parameters

NameTypeDescription
eSkipFooterRowEventArgs

The event’s data.

|

See Also

DevExpress.Export Namespace