Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 746 Bytes

Excel.ChartObject.Width.md

File metadata and controls

37 lines (22 loc) · 746 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
ChartObject.Width property (Excel)
vbaxl10.chm494095
vbaxl10.chm494095
Excel.ChartObject.Width
ebe9523f-2777-fd27-a29e-c378355c3c18
04/20/2019
medium

ChartObject.Width property (Excel)

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

Syntax

expression.Width

expression A variable that represents a ChartObject object.

Example

This example sets the width of the embedded chart.

Worksheets("Sheet1").ChartObjects(1).Width = 360

[!includeSupport and feedback]