Columns.Add Method
Adds a column to a table.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Function Add ( _
ByRef BeforeColumn As Object _
) As Column
'Usage
Dim instance As Columns
Dim BeforeColumn As Object
Dim returnValue As Column
returnValue = instance.Add(BeforeColumn)
Column Add(
ref Object BeforeColumn
)
Parameters
- BeforeColumn
Type: System.Object%
A Column object that represents the column that will appear immediately to the right of the new column.
Return Value
Type: Microsoft.Office.Interop.Word.Column