Share via


ChartClass.ApplyCustomType Method

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

Syntax

'Declaration
Public Overridable Sub ApplyCustomType ( _
    ChartType As XlChartType, _
    TypeName As Object _
)
'Usage
Dim instance As ChartClass
Dim ChartType As XlChartType
Dim TypeName As Object

instance.ApplyCustomType(ChartType, TypeName)
public virtual void ApplyCustomType(
    XlChartType ChartType,
    Object TypeName
)

Parameters

Implements

_Chart.ApplyCustomType(XlChartType, Object)

See Also

Reference

ChartClass Class

ChartClass Members

Microsoft.Office.Interop.Excel Namespace