C1.PrintDocument.8 Assembly / C1.C1Preview Namespace / UserCellGroup Class / UserCellGroup Constructor / UserCellGroup Constructor(Rectangle)
Identifies a rectangluar range of cells as follows:

In This Topic
UserCellGroup Constructor(Rectangle)
In This Topic
Initializes a new instance of the UserCellGroup class, includes a range of cells identified by a rectangular area, in the group.
Syntax
'Declaration
 
Public Function New( _
   ByVal range As Rectangle _
)
 

Parameters

range
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.
See Also