Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 1.04 KB

Excel.width.md

File metadata and controls

36 lines (23 loc) · 1.04 KB
title keywords f1_keywords ms.assetid ms.date ms.localizationpriority
Width property (Excel Graph)
vbagr10.chm3077602
vbagr10.chm3077602
715e889e-184e-5021-3ad9-029dd78e3147
04/12/2019
medium

Width property (Excel Graph)

As it applies to the Application object, the Width property determines the distance from the left edge of the application window to the right edge of the application window.

For all other objects, the Width property determines the width of the object. Read/write Double for all objects, except for the Chart object, which is read/write Variant.

Syntax

expression.Width

expression Required. An expression that returns one of the above objects.

Remarks

If the window is minimized, Application.Width is read-only and returns the width of the window icon.

Example

This example sets the width of the chart.

myChart.Width = 360

[!includeSupport and feedback]