Column.PreferredWidth Property

Returns or sets the preferred width (in points or as a percentage of the window width) for the specified column.

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

Syntax

'Declaration
Property PreferredWidth As Single
    Get
    Set
'Usage
Dim instance As Column
Dim value As Single

value = instance.PreferredWidth

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

Property Value

Type: System.Single

See Also

Reference

Column Interface

Column Members

Microsoft.Office.Interop.Word Namespace