Column Interface 

Represents a single table column. The Column object is a member of the Columns collection.

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

Usage

Public Class olumnImplementation
    Implements Column
End Class
Dim olumnImplementation1 As New olumnImplementation()

Syntax

Public Interface Column
public interface Column
public interface class Column
public interface Column
public interface Column

Remarks

The Columns collection includes all the columns in a table, selection, or range.

Use Columns(index), where index is the index number, to return a single Column object. The index number represents the position of the column in the Columns collection (counting from left to right).

Use the Column property with a Cell object to return a Column object.

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

Use the Information property with a Selection object to return the current 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

Column Members