Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

Shape.Id Property

Gets the drawing object identifier.

Namespace: DevExpress.Spreadsheet

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

Declaration

int Id { get; }

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