Shape.Id Property
Returns a 64-bit signed integer that identifies the shape or range of shapes. Read-only.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
ReadOnly Property Id As Integer
Get
'Usage
Dim instance As Shape
Dim value As Integer
value = instance.Id
int Id { get; }
Property Value
Type: System.Int32