PlotArea.Width Property
Returns or sets a double-precision floating-point number representing the width, in points, of the object.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.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