Back to Devexpress

ClipboardDataPastedEventArgs.PictureId Property

officefileapi-devexpress-dot-spreadsheet-dot-clipboarddatapastedeventargs.md

latest1.3 KB
Original Source

ClipboardDataPastedEventArgs.PictureId Property

Gets the ID value of the inserted picture.

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
public int PictureId { get; }
vb
Public ReadOnly Property PictureId As Integer

Property Value

TypeDescription
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

ClipboardDataPastedEventArgs Class

ClipboardDataPastedEventArgs Members

DevExpress.Spreadsheet Namespace