'宣言 Public Overloads Function Add( _ ByVal shapeType As PredefinedShapeType, _ ByVal boundsInTwips As Rectangle _ ) As WorksheetShape
public WorksheetShape Add( PredefinedShapeType shapeType, Rectangle boundsInTwips )
例外 | 解説 |
---|---|
System.InvalidOperationException | この形状コレクションは、まだワークシートに配置されていない WorksheetShapeGroup に属します。この場合、代わりに Infragistics.Documents.Excel.WorksheetShapeCollection.Add(Infragistics.Documents.Excel.PredefinedShapeType,Infragistics.Documents.Excel.Worksheet,System.Drawing.Rectangle) を呼び出し、グループが追加されるワークシートを指定します。 |
System.ComponentModel.InvalidEnumArgumentException | shapeType が PredefinedShapeType 列挙体で定義されていないです。 |