IExportContext.InsertImage(DXImage, XlCellRange) Method
Inserts an image into the specified cell range.
Namespace: DevExpress.Printing.ExportHelpers
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
image | DXImage | The image to insert. |
range | XlCellRange | A cell range. |
See Also