Cell Interface 

Represents a single table cell.

Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in microsoft.office.interop.word.dll)

Usage

Public Class ellImplementation
    Implements Cell
End Class
Dim ellImplementation1 As New ellImplementation()

Syntax

Public Interface Cell
public interface Cell
public interface class Cell
public interface Cell
public interface Cell

Remarks

The Cell object is a member of the Cells collection. The Cells collection represents all the cells in the specified object.

Use Cell(row, column), where row is the row number and column is the column number, or Cells(index), where index is the index number, to return a Cell object.

Use the Add method to add a Cell object to the Cells collection. You can also use the InsertCells method of the Selection object to insert new cells.

Use the Add method with the Rows or Columns collection to add a row or column of cells.

Use the Information property with a Selection object to return the current row and column number.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Word Namespace

Other Resources

Cell Members