Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

Description

Excerpt

Sets or returns the width of the Shape.

Signature
C#
C#
<table class="diff-macro"><thead><tr><th class="diff-macro-title">unmigrated-wiki-markup</th></tr></thead><tbody><tr><td class="diff-macro-body"><pre>
 public double Width{ get; set; }
{signature}{signature:</pre></td></tr></tbody></table>
} Public
Signature
vb.net
vb.net

<p>Public Property Width() As Double
{signature}
{remarks}
If the {{Shape}} is directly within a [Worksheet|Worksheet], the width is in points \Double</p>
Remarks

If the Shape is directly within a Worksheet, the width is in points (1/72

inch

\

).

If

the

{{

Shape

}}

is

within

[

Chartsheet

|Chartsheet]

,

the

width

is

a

percentage

of

the

chart's

width

\

(0

\

-100

\

).

If

you

set

a

shape's

width

\

(or

[

Shape.Height

|Shape.Height]\

)

to

a

value

read

from

a

spreadsheet,

the

shape

may

lose

precision

due

to

the

way

Excel

stores

shape

dimensions.

{remarks}