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
- ChartType
Type: Microsoft.Office.Interop.Excel.XlChartType
- TypeName
Type: System.Object
Implements
_Chart.ApplyCustomType(XlChartType, Object)