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 5 Current »

Description

Creates a new chartsheet after the last existing worksheet in this workbook.

C#
vb.net

Parameters

type
The type of chart to create. Specify both a chart type and sub-type, for example, ChartType.Bar.Clustered.
name
Name for the new chartsheet.

Returns

A Chartsheet object representing the chartsheet created.

Examples

C#
vb.net
  • No labels