'宣言
Public Function ContainsCell( _
ByVal As System.Integer, _
ByVal As System.Integer _
) As System.Boolean
public System.bool ContainsCell(
System.int ,
System.int
)
パラメータ
- row
- セルの行インデックス。
- col
- セルの列インデックス。
戻り値の型
現在のグループが指定したセルを含んでいる場合は true、その他の場合は false。