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)
Syntax
'Declaration
<GuidAttribute("0002094B-0000-0000-C000-000000000046")> _
Public Interface Columns _
Inherits IEnumerable
'Usage
Dim instance As Columns
[GuidAttribute("0002094B-0000-0000-C000-000000000046")]
public interface Columns : 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.