Table.Title Property

Returns or sets the title of the Table object. Read/write.

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 Table
Dim value As String

value = instance.Title

instance.Title = value
string Title { get; set; }

Property Value

Type: System.String

See Also

Reference

Table Interface

Table Members

Microsoft.Office.Interop.PowerPoint Namespace