Back to Devexpress

ClipboardDataPastedEventArgs.PictureName Property

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

latest1.3 KB
Original Source

ClipboardDataPastedEventArgs.PictureName Property

Gets the name of the inserted picture.

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
public string PictureName { get; }
vb
Public ReadOnly Property PictureName As String

Property Value

TypeDescription
String

A string that specifies the picture’s name. An empty string, 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