Initializes a new instance of the UserCellGroup class, includes a single cell identified by its coordinates, in the group.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public UserCellGroup(
	Point cell
)
Visual Basic
Public Sub New ( _
	cell As Point _
)

Parameters

cell
Type: System.Drawing..::..Point
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