バージョン

Add(PredefinedShapeType,Sheet,Rectangle) メソッド

定義済みの形状を、指定した境界線を持つコレクションに追加します。
シンタックス
'宣言
 
Public Overloads Function Add( _
   ByVal shapeType As PredefinedShapeType, _
   ByVal sheet As Sheet, _
   ByVal boundsInTwips As Rectangle _
) As WorksheetShape

パラメータ

shapeType
コレクションに追加する形状のタイプ。
sheet
boundsInTwips が関係する Sheet
boundsInTwips
トゥイップ (ポイントの 1/20) 単位の、sheet 上の形状の境界。

戻り値の型

定義済みの図形を表す、WorksheetShape から派生したインスタンス。
例外
例外解説
System.ArgumentNullExceptionsheet は null です。
System.ComponentModel.InvalidEnumArgumentExceptionshapeTypePredefinedShapeType 列挙体で定義されていません。
参照