Cell Interface

Office 2010

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)

No code example is currently available or this language may not be supported.

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.

Show: