Share via


Shapes.Title Property

Returns a Shape object that represents the slide title. Read-only.

Namespace:  Microsoft.Office.Interop.PowerPoint
Assembly:  Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)

Syntax

'Declaration
ReadOnly Property Title As Shape
    Get
'Usage
Dim instance As Shapes
Dim value As Shape

value = instance.Title
Shape Title { get; }

Property Value

Type: Microsoft.Office.Interop.PowerPoint.Shape

Remarks

You can also use the Item method of the Shapes or Placeholders collection to return the slide title.

See Also

Reference

Shapes Interface

Shapes Members

Microsoft.Office.Interop.PowerPoint Namespace