Columns.Add(Object) Method

Definition

Adds a column to a table.

public Microsoft.Office.Interop.Word.Column Add (ref object BeforeColumn);
abstract member Add : obj -> Microsoft.Office.Interop.Word.Column
Public Function Add (Optional ByRef BeforeColumn As Object) As Column

Parameters

BeforeColumn
Object

A Column object that represents the column that will appear immediately to the right of the new column.

Returns

Applies to