Back to Devexpress

ShapeChangedEventArgs.ShapeId Property

officefileapi-devexpress-dot-spreadsheet-dot-shapechangedeventargs-862ddf02.md

latest1.5 KB
Original Source

ShapeChangedEventArgs.ShapeId Property

Gets the ID value 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 int ShapeId { get; }
vb
Public ReadOnly Property ShapeId As Integer

Property Value

TypeDescription
Int32

An integer value specifying the drawing object’s unique identifier.

|

Remarks

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

See Also

ShapeChangedEventArgs Class

ShapeChangedEventArgs Members

DevExpress.Spreadsheet Namespace