InputPanel for WinForms | ComponentOne
C1.Win.5 Assembly / C1.Framework Namespace / GridCell Class / GridCell Constructor / GridCell Constructor(GridRow,Int32)
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(GridRow,Int32)
    In This Topic
    Initializes a new instance of the GridCell object.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal row As GridRow, _
       ByVal column As Integer _
    )
    public GridCell( 
       GridRow row,
       int column
    )

    Parameters

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