Skip to main content
A newer version of this page is available.
All docs
V19.2

CustomExportCellEventArgs Constructors

Provides data for the PivotGridControl.CustomExportCell event.
Name Parameters Description
CustomExportCellEventArgs(IVisualBrick, PivotGridCellItem, ExportAppearanceObject, PivotGridViewInfo, PivotGridViewInfoData, PivotGridPrinterBase, GraphicsUnit, Rectangle) brick, cellItem, appearance, viewInfo, data, printer, graphicsUnit, rect Initializes a new instance of the CustomExportCellEventArgs class.
See Also