Add Method (TextColumns Collection)

See Also         Example         Applies To

Adds a new text column to a document or section.

Note   By default, there's always at least one text column in the TextColumns collection.

Syntax

expression.Add(Width, Spacing, EvenlySpaced)

expression   Required. An expression that returns a TextColumns object.

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

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

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