Skip to main content
Row

ClipboardDataPastedEventArgs.PictureName Property

Gets the name of the inserted picture.

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public string PictureName { get; }

Property Value

Type Description
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