Skip to main content
Row

ClipboardDataPastedEventArgs.PictureId Property

Gets the ID value of the inserted picture.

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public int PictureId { get; }

Property Value

Type Description
Int32

An integer value that specifies the picture’s unique identifier. -1, if no picture is inserted.

Remarks

When you paste a copied image into a worksheet, the SpreadsheetControl.ShapeInserted event also fires.

See Also