Row.Cells Property
Returns a CellRange collection that represents the cells in a table column or row. Read-only.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
ReadOnly Property Cells As CellRange
Get
'Usage
Dim instance As Row
Dim value As CellRange
value = instance.Cells
CellRange Cells { get; }
Property Value
Type: Microsoft.Office.Interop.PowerPoint.CellRange