Initializes a new instance of the UserCellGroup class,
includes a range of cells identified by a rectangular area, in the group.
Namespace:
C1.C1PreviewAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
Parameters
- range
- Type: System.Drawing..::..Rectangle
Identifies a rectangluar range of cells as follows:- range.X is the column index of the top left cell;
- range.Y is the row index of the top left cell;
- range.Width is the number of columns;
- range.Height is the number of rows.