'宣言 Public Overloads Function Contains( _ ByVal cell As DataGridCell _ ) As System.Boolean
public System.bool Contains( DataGridCell cell )
パラメータ
- cell
- セル。
戻り値の型
この範囲インスタンスが、指定されたセルを含んでいる場合は
true
、そうでない場合は false
。'宣言 Public Overloads Function Contains( _ ByVal cell As DataGridCell _ ) As System.Boolean
public System.bool Contains( DataGridCell cell )
true
、そうでない場合は false
。