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.v18.1.Core.dll

Declaration

public interface IXlPicture :
    IDisposable

The following members accept/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.

The following code snippets (auto-collected from DevExpress Examples) contain references to the IXlPicture interface.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also