PageSetup.TextColumns Property
Returns a TextColumns collection that represents the set of text columns for the specified PageSetup object.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property TextColumns As TextColumns
Get
Set
'Usage
Dim instance As PageSetup
Dim value As TextColumns
value = instance.TextColumns
instance.TextColumns = value
TextColumns TextColumns { get; set; }
Property Value
Type: Microsoft.Office.Interop.Word.TextColumns
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.