PageSetup.TextColumns Property

Definition

Returns a TextColumns collection that represents the set of text columns for the specified PageSetup object.

public:
 property Microsoft::Office::Interop::Word::TextColumns ^ TextColumns { Microsoft::Office::Interop::Word::TextColumns ^ get(); void set(Microsoft::Office::Interop::Word::TextColumns ^ value); };
public Microsoft.Office.Interop.Word.TextColumns TextColumns { get; set; }
member this.TextColumns : Microsoft.Office.Interop.Word.TextColumns with get, set
Public Property TextColumns As TextColumns

Property Value

Remarks

There will always be at least one text column in the collection. When you create new text columns, you're adding to a collection of one column.

Applies to