Back to Devexpress

ShapeChangedEventArgs.ShapeName Property

officefileapi-devexpress-dot-spreadsheet-dot-shapechangedeventargs-4ad7c51f.md

latest1.5 KB
Original Source

ShapeChangedEventArgs.ShapeName Property

Gets the name of the drawing object that has been inserted or removed.

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

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

Property Value

TypeDescription
String

A string value specifying the drawing object name.

|

Remarks

Handle the SpreadsheetControl.ShapeInserted or SpreadsheetControl.ShapeRemoved event and use the ShapeName property to obtain the name of the drawing object that has been added to or removed from a worksheet.

See Also

ShapeChangedEventArgs Class

ShapeChangedEventArgs Members

DevExpress.Spreadsheet Namespace