Share via


PlotArea.Width Property

Returns or sets a Double value that represents the width, in points, of the object.

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

Syntax

'Declaration
Property Width As Double
    Get
    Set
'Usage
Dim instance As PlotArea
Dim value As Double

value = instance.Width

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

Property Value

Type: System.Double
Double

See Also

Reference

PlotArea Interface

PlotArea Members

Microsoft.Office.Interop.Word Namespace