Share via


_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.String

    Required String. The name of the custom autoformat to be removed.

See Also

Reference

_Application Interface

_Application Members

Microsoft.Office.Interop.Excel Namespace