Overload List

  Name Description
Public method UserCellGroup(Point)
Initializes a new instance of the UserCellGroup class, includes a single cell identified by its coordinates, in the group.
Public method UserCellGroup(array<Point>[]()[][])
Initializes a new instance of the UserCellGroup class, includes a range of cells identified by a list of cell coordinates, in the group.
Public method UserCellGroup(Rectangle)
Initializes a new instance of the UserCellGroup class, includes a range of cells identified by a rectangular area, in the group.
Public method UserCellGroup(array<Rectangle>[]()[][])
Initializes a new instance of the UserCellGroup class, includes a range of cells identified by a list of rectangular areas, in the group.
Public method UserCellGroup(array<Object>[]()[][])
Initializes a new instance of the UserCellGroup class, includes a range of cells identified by a list of rectangular areas or individual cell coordnates, in the group.

See Also