Skip to main content
A newer version of this page is available. .

IXlPicture Interface

Represents a picture embedded in a worksheet.

Namespace: DevExpress.Export.Xl

Assembly: DevExpress.Printing.v19.1.Core.dll

Declaration

public interface IXlPicture :
    IDisposable

The following members return IXlPicture objects:

Remarks

To create an object that exposes the IXlPicture interface, use the IXlSheet.CreatePicture method.

For an example on how to create and add a picture to a worksheet, refer to the How to: Insert and Position a Picture in a Worksheet article.

See Also