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

ContextEventArgs.ExportContext Property

Provides access to an object that contains methods used to modify an exported worksheet.

Namespace: DevExpress.Export

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

Declaration

public ISheetHeaderFooterExportContext ExportContext { get; set; }

Property Value

Type Description
ISheetHeaderFooterExportContext

An object that exposes the ISheetHeaderFooterExportContext interface.

See Also