Skip to main content
All docs
V20.1

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