'宣言 Overloads Function AddShape( _ ByVal type As AutoShapeType, _ ByVal targetRange As IRange _ ) As IShape
IShape AddShape( AutoShapeType type, IRange targetRange )
パラメータ
- type
- 作成するオートシェイプのタイプを指定します。
- targetRange
- 現在のシートの対象とする範囲。
戻り値の型
IShape オブジェクト。
'宣言 Overloads Function AddShape( _ ByVal type As AutoShapeType, _ ByVal targetRange As IRange _ ) As IShape
IShape AddShape( AutoShapeType type, IRange targetRange )