Excel for .NET
IndexOf(XLShape) メソッド

C1.Excel アセンブリ > C1.Excel 名前空間 > ShapeCollection クラス > IndexOf メソッド : IndexOf(XLShape) メソッド
検索する XLShapeオブジェクト。
コレクション内の XLShapeオブジェクトの位置を取得します。
シンタックス
'宣言
 
Public Overloads Function IndexOf( _
   ByVal shape As XLShape _
) As System.Integer
public System.int IndexOf( 
   XLShape shape
)

パラメータ

shape
検索する XLShapeオブジェクト。

戻り値の型

コレクション内のオブジェクトの位置。オブジェクトがコレクションのメンバーでない場合は -1。
参照

ShapeCollection クラス
ShapeCollection メンバ
オーバーロード一覧