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)
Syntax
'Declaration
<GuidAttribute("0002094F-0000-0000-C000-000000000046")> _
Public Interface Column
'Usage
Dim instance As Column
[GuidAttribute("0002094F-0000-0000-C000-000000000046")]
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.