Chart.ApplyChartTemplate Method
Office 2007
| Excel Developer Reference |
Version Information
Version Added: Excel 2007
Syntax
expression.ApplyChartTemplate(Filename)
expression A variable that represents a Chart object.
Parameters
| Name | Required/Optional | Data Type | Description |
|---|---|---|---|
| Filename | Required | String | The file name for a chart template. |
Remarks
This method does not support taking constants for native or combination charts.
See Also