Page tree
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Description

A Chartsheet object represents a worksheet that contains only a chart.

C#
vb.net

Remarks

To create a Chartsheet, use Worksheets.createChartsheet(). To get an existing Chartsheet, get a Worksheet using Workbook.Worksheets[i] and check if it is of type Chartsheet.

Some Worksheet properties are not valid on a Chartsheet. For details on the behavior of individual properties on Chartsheets, refer to the individual property descriptions.

Examples

C#
vb.net

Properties

Name

Description

Chart

Returns a Chart object representing the chart in the chart sheet.
  • No labels