CustomPrintEventArgs.Rect Property
In This Article
Defines the size and location of the printed or exported cell.
Namespace: DevExpress.PivotGrid.Printing
Assembly: DevExpress.PivotGrid.v24.2.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
#Declaration
#Property Value
Type | Description |
---|---|
Rectangle | A System. |
#Remarks
The Rect property defines the width, height, and location of the printed or exported cell. The X and Y coordinates are specified from the top left corner of a cell.
See Also