Back to Devexpress

Shape.Id Property

officefileapi-devexpress-dot-spreadsheet-dot-shape-54e6027b.md

latest1.2 KB
Original Source

Shape.Id Property

Gets the drawing object identifier.

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
int Id { get; }
vb
ReadOnly Property Id As Integer

Property Value

TypeDescription
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

Shape Interface

Shape Members

DevExpress.Spreadsheet Namespace