TextColumn.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 TextColumn
Dim value As Single
value = instance.Width
instance.Width = value
float Width { get; set; }
Property Value
Type: System.Single