ShapeRange.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 ShapeRange
Dim value As Single

value = instance.Width

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

Property Value

Type: System.Single

See Also

Reference

ShapeRange Interface

ShapeRange Members

Microsoft.Office.Interop.Word Namespace