Skip to main content
A newer version of this page is available. .

IExportContext Interface

A base interface that implements methods to modify the exported spreadsheet.

Namespace: DevExpress.Printing.ExportHelpers

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

NuGet Packages: DevExpress.Printing.Core, DevExpress.WindowsDesktop.Printing.Core

Declaration

public interface IExportContext

Remarks

An object that exposes the IExportContext interface descendant is available using the ContextEventArgs.ExportContext property.

See Also