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