'宣言 Overloads Function AddChart( _ ByVal chartType As ChartType, _ ByVal targetRange As IRange _ ) As IShape
IShape AddChart( ChartType chartType, IRange targetRange )
パラメータ
- chartType
- チャートの種類。
- targetRange
- 現在のシートの対象とする範囲。
戻り値の型
IShape オブジェクト。
'宣言 Overloads Function AddChart( _ ByVal chartType As ChartType, _ ByVal targetRange As IRange _ ) As IShape
IShape AddChart( ChartType chartType, IRange targetRange )