Columns.Add(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.