'宣言 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
- The row index of the cell.
- col
- The column index of the cell.
戻り値の型
true if the current group contains the specified cell, false otherwise.