Cell Interface

Represents a table cell. The Cell object is a member of the CellRange collection. The CellRange collection represents all the cells in the specified column or row. To use the CellRange collection, use the Cells keyword.

Namespace:  Microsoft.Office.Interop.PowerPoint
Assembly:  Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)

Syntax

'Declaration
<GuidAttribute("914934C9-5A91-11CF-8700-00AA0060263B")> _
Public Interface Cell
'Usage
Dim instance As Cell
[GuidAttribute("914934C9-5A91-11CF-8700-00AA0060263B")]
public interface Cell

Remarks

You cannot programmatically add cells to or delete cells from a Microsoft PowerPoint table. Use Add(Int32), Delete(), Add(Int32), or Delete() to add or delete a column or row from a table.

See Also

Reference

Cell Members

Microsoft.Office.Interop.PowerPoint Namespace