Cells.PreferredWidth Property
Returns or sets the preferred width (in points or as a percentage of the window width) for the specified cells.
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 Cells
Dim value As Single
value = instance.PreferredWidth
instance.PreferredWidth = value
float PreferredWidth { get; set; }
Property Value
Type: System.Single