Skip to main content
All docs
V23.2

IExportContext.InsertImage(DXImage, XlCellRange) Method

Inserts an image into the specified cell range.

Namespace: DevExpress.Printing.ExportHelpers

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

NuGet Package: DevExpress.Printing.Core

Declaration

void InsertImage(
    DXImage image,
    XlCellRange range
)

Parameters

Name Type Description
image DXImage

The image to insert.

range XlCellRange

A cell range.

See Also