Columns Interface 

A collection of Column objects that represent the columns in a table.

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

Usage

Public Class olumnsImplementation
    Implements Columns
End Class
Dim olumnsImplementation1 As New olumnsImplementation()

Syntax

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

Remarks

Use the Columns property to return the Columns collection.

Use the Add method to add a column to a table.

Use Columns(index), where index is the index number, to return a single Column 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

Columns Members