_Chart.ApplyCustomType(XlChartType, Object) メソッド

定義

標準またはユーザー設定のグラフの種類をグラフに適用します。

public void ApplyCustomType (Microsoft.Office.Interop.Excel.XlChartType ChartType, object TypeName);
Public Sub ApplyCustomType (ChartType As XlChartType, Optional TypeName As Object)

パラメーター

ChartType
XlChartType

必須 XlChartType。 標準的なグラフの種類を指定します。

TypeName
Object

省略可能な オブジェクト (オブジェクト でのみ Chart 使用)。 カスタム グラフ ギャラリーを指定する場合 ChartType のカスタム グラフの種類の名前。

適用対象