Skip to main content
Row

Shape.Id Property

Gets the drawing object identifier.

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

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