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.v18.2.Core.dll

Declaration

public interface IExportContext

The following members return IExportContext objects:

Remarks

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

See Also