Skip to main content

XlsxExportOptionsEx.SkipFooterRow Event

In This Article

Allows you to hide certain summary footers (or certain multi-line summary footers’ lines) from the exported document.Only available in data-aware export mode.

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.Printing.Core

#Declaration

public event SkipFooterRowEventHandler SkipFooterRow

#Remarks

This event is equivalent to the XlsxExportOptionsEx.SkipFooterRow event. See this link for more details.

See Also