Table.Columns Property
Returns a Columns collection that represents all the columns in a table. Read-only.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
ReadOnly Property Columns As Columns
Get
'Usage
Dim instance As Table
Dim value As Columns
value = instance.Columns
Columns Columns { get; }
Property Value
Type: Microsoft.Office.Interop.PowerPoint.Columns