PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.8 Assembly / C1.C1Preview Namespace / UserCellGroup Class / UserCellGroup Constructor / UserCellGroup Constructor(Point)
Identifies a cell as follows:

In This Topic
    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 cell As Point _
    )
    public UserCellGroup( 
       Point cell
    )

    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