UserCellGroup Constructor(Point)
In This Topic
Initializes a new instance of the
UserCellGroup class, includes a single cell identified by its coordinates, in the group.
Syntax
'Declaration
Public Function New( _
ByVal As Point _
)
public UserCellGroup(
Point
)
Parameters
- cell
- Identifies a cell as follows:
- cell.X is the column index of the cell;
- cell.Y is the row index of the cell.
See Also