InputPanel for WinForms | ComponentOne
C1.Win.5 Assembly / C1.Framework Namespace / GridCell Class / GridCell Constructor / GridCell Constructor(GridPanel,Int32,Int32)
The owning GridPanel element.
The number of grid row this cell should appear in.
The number of grid column this cell should appear in.

In This Topic
    GridCell Constructor(GridPanel,Int32,Int32)
    In This Topic
    Initializes a new instance of the GridCell object.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal grid As GridPanel, _
       ByVal row As Integer, _
       ByVal column As Integer _
    )
    public GridCell( 
       GridPanel grid,
       int row,
       int column
    )

    Parameters

    grid
    The owning GridPanel element.
    row
    The number of grid row this cell should appear in.
    column
    The number of grid column this cell should appear in.
    See Also