Skip to main content

SkipFooterRowEventHandler Delegate

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

Namespace: DevExpress.Export

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

NuGet Package: DevExpress.Printing.Core

Declaration

public delegate void SkipFooterRowEventHandler(
    SkipFooterRowEventArgs e
);

Parameters

Name Type Description
e SkipFooterRowEventArgs

The event’s data.

See Also