Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 750 Bytes

Excel.Chart.PageSetup.md

File metadata and controls

37 lines (22 loc) · 750 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Chart.PageSetup property (Excel)
vbaxl10.chm148085
vbaxl10.chm148085
Excel.Chart.PageSetup
9a47bfd6-10b5-5f8e-86c2-e56c468de9d8
04/16/2019
medium

Chart.PageSetup property (Excel)

Returns a PageSetup object that contains all the page setup settings for the specified object. Read-only.

Syntax

expression.PageSetup

expression A variable that represents a Chart object.

Example

This example sets the center header text for Chart1.

Charts("Chart1").PageSetup.CenterHeader = "December Sales"

[!includeSupport and feedback]