Cells Interface 

A collection of Cell objects in a table column, table row, selection, or range.

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

Usage

Public Class ellsImplementation
    Implements Cells
End Class
Dim ellsImplementation1 As New ellsImplementation()

Syntax

Public Interface Cells
    Inherits IEnumerable
public interface Cells : IEnumerable
public interface class Cells : public IEnumerable
public interface Cells implements IEnumerable
public interface Cells implements IEnumerable

Remarks

Use the Cells property to return the Cells collection.

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 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.

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

Cells Members