バージョン

Contains(WorksheetCell) メソッド

指定したセルにデータの入力規則ルールが適用されているかどうかを判定します。
シンタックス
'宣言
 
Public Overloads Function Contains( _
   ByVal cell As WorksheetCell _
) As Boolean
public bool Contains( 
   WorksheetCell cell
)

パラメータ

cell
テストするセル。

戻り値の型

セルにデータの入力規則ルールが適用されている場合は True、そうでない場合は False。
例外
例外解説
System.ArgumentNullExceptioncell が null の場合に発生します。
System.ArgumentExceptioncell が、このコレクション以外のワークシートにある場合に発生します。
参照