ISeries.ApplyCustomType Method
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Sub ApplyCustomType ( _
ChartType As XlChartType _
)
'Usage
Dim instance As ISeries
Dim ChartType As XlChartType
instance.ApplyCustomType(ChartType)
void ApplyCustomType(
XlChartType ChartType
)
Parameters
- ChartType
Type: Microsoft.Office.Interop.Excel.XlChartType