TextColumns.Width Property

Returns or sets the width of the specified object, in points.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Property Width As Single
    Get
    Set
'Usage
Dim instance As TextColumns
Dim value As Single

value = instance.Width

instance.Width = value
float Width { get; set; }

Property Value

Type: System.Single

See Also

Reference

TextColumns Interface

TextColumns Members

Microsoft.Office.Interop.Word Namespace