Shape.Table Property
Returns a Table object that represents a table in a shape or in a shape range. Read-only.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
ReadOnly Property Table As Table
Get
'Usage
Dim instance As Shape
Dim value As Table
value = instance.Table
Table Table { get; }
Property Value
Type: Microsoft.Office.Interop.PowerPoint.Table