PageSetup.TextColumns Property
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.
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.