Shape.Id Property
Gets the drawing object identifier.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Property Value
Type | Description |
---|---|
Int32 | An integer that is the drawing object’s unique identifier. |
Remarks
The Id value is assigned automatically when creating a drawing object. Use the ShapeCollection.GetShapeById method to obtain a drawing object by its identifier.
See Also