ShapeChangedEventArgs.ShapeId Property
In This Article
Gets the ID value of the drawing object that has been inserted or removed.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.2.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
#Declaration
#Property Value
Type | Description |
---|---|
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