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

Version 1 Next »

Description

Creates a new Chartsheet at a specified position in the 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.
position
The 0-based position at which to insert the chartsheet. If position is greater than Worksheets.Count, an exception will be thrown.

Returns

A Chartsheet object representing the chartsheet created.

Examples

C#
vb.net
  • No labels