TextColumns.Add(Object, Object, Object) Method

Definition

Returns a TextColumn object that represents a new text column added to a section or document.

public Microsoft.Office.Interop.Word.TextColumn Add (ref object Width, ref object Spacing, ref object EvenlySpaced);
abstract member Add : obj * obj * obj -> Microsoft.Office.Interop.Word.TextColumn
Public Function Add (Optional ByRef Width As Object, Optional ByRef Spacing As Object, Optional ByRef EvenlySpaced As Object) As TextColumn

Parameters

Width
Object

Optional Object. The width of the new text column in the document, in points.

Spacing
Object

Optional Object. The spacing between the text columns in the document, in points.

EvenlySpaced
Object

Optional Object. True to evenly space all the text columns be in the document.

Returns

Applies to