Table.Rows Property
Returns a Rows collection that represents all the rows 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 Rows As Rows
Get
'Usage
Dim instance As Table
Dim value As Rows
value = instance.Rows
Rows Rows { get; }
Property Value
Type: Microsoft.Office.Interop.PowerPoint.Rows