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