_Application.DeleteChartAutoFormat Method
Removes a custom chart autoformat from the list of available chart autoformats.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Sub DeleteChartAutoFormat ( _
Name As String _
)
'Usage
Dim instance As _Application
Dim Name As String
instance.DeleteChartAutoFormat(Name)
void DeleteChartAutoFormat(
string Name
)
Parameters
Name
Type: System.StringRequired String. The name of the custom autoformat to be removed.