Shape.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
Property Title As String
Get
Set
'Usage
Dim instance As Shape
Dim value As String
value = instance.Title
instance.Title = value
string Title { get; set; }
Property Value
Type: System.String
Remarks
You can also use the Item method of the Shapes or Placeholders collection to return the slide title.