Skip to main content

IExportContext Interface

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

Namespace: DevExpress.Printing.ExportHelpers

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

NuGet Package: DevExpress.Printing.Core

Declaration

public interface IExportContext

Remarks

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

See Also