Sets or returns the width of the Shape.

<table class="wysiwyg-macro" data-macro-name="unmigrated-wiki-markup" style="background-image: url(/plugins/servlet/confluence/placeholder/macro-heading?definition=e3VubWlncmF0ZWQtd2lraS1tYXJrdXB9&amp;locale=en_GB&amp;version=2); background-repeat: no-repeat;" data-macro-body-type="PLAIN_TEXT"><tr><td class="wysiwyg-macro-body"><pre>
 public double Width{ get; set; }
</pre></td></tr></table>
<p>Public Property Width() As Double</p>

If the Shape is directly within a Worksheet, the width is in points (1/72 inch). If the Shape is within Chartsheet, the width is a percentage of the chart's width (0-100).

If you set a shape's width (or Shape.Height) to a value read from a spreadsheet, the shape may lose precision due to the way Excel stores shape dimensions.