IMsoChart.ApplyCustomType Method
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Sub ApplyCustomType ( _
ChartType As XlChartType, _
TypeName As Object _
)
'Usage
Dim instance As IMsoChart
Dim ChartType As XlChartType
Dim TypeName As Object
instance.ApplyCustomType(ChartType, TypeName)
void ApplyCustomType(
XlChartType ChartType,
Object TypeName
)
Parameters
- ChartType
Type: Microsoft.Office.Core.XlChartType
- TypeName
Type: System.Object