UniqueId

Shape.UniqueId property

Returns an internal, presentation-scoped identifier intended for use by add-ins or other code. Because this value can be reassigned by the user or programmatically, it must not be treated as a persistent unique key. Read-only UInt32. See also OfficeInteropShapeId.

public uint UniqueId { get; }

See Also