'宣言 Public Overloads Function Add( _ ByVal shapeType As PredefinedShapeType, _ ByVal sheet As Sheet, _ ByVal boundsInTwips As System.Drawing.Rectangle _ ) As WorksheetShape
public WorksheetShape Add( PredefinedShapeType shapeType, Sheet sheet, System.Drawing.Rectangle boundsInTwips )
| 例外 | 解説 |
|---|---|
| System.ArgumentNullException | sheet が null です。 |
| System.ComponentModel.InvalidEnumArgumentException | shapeType が PredefinedShapeType 列挙体で定義されていません。 |
オンラインで表示: GitHub