Chart.ApplyChartTemplate Method
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
Sub ApplyChartTemplate ( _
FileName As String _
)
'Usage
Dim instance As Chart
Dim FileName As String
instance.ApplyChartTemplate(FileName)
void ApplyChartTemplate(
string FileName
)
Parameters
- FileName
Type: System.String