Share via


Chart.SaveChartTemplate Method

Saves the current chart as a custom template in the list of available chart templates.

Namespace:  Microsoft.Office.Tools.Excel
Assembly:  Microsoft.Office.Tools.Excel (in Microsoft.Office.Tools.Excel.dll)

Syntax

'Declaration
Sub SaveChartTemplate ( _
    Filename As String _
)
void SaveChartTemplate(
    string Filename
)

Parameters

  • Filename
    Type: System.String

    The name of the new chart template.

Remarks

By default, this method saves the current chart to the user's chart template directory. If a UNC or URL is specified, the chart will be saved to the specified location instead.

.NET Framework Security

See Also

Reference

Chart Interface

Microsoft.Office.Tools.Excel Namespace