'宣言 Public Function New( _ ByVal cell As System.Drawing.Point _ )
'使用法 Dim cell As System.Drawing.Point Dim instance As New UserCellGroup(cell)
public UserCellGroup( System.Drawing.Point cell )
パラメータ
- cell
- Identifies a cell as follows:
- cell.X is the column index of the cell;
- cell.Y is the row index of the cell.