[]
        
(Showing Draft Content)

C1.Framework.GridCell.-ctor

GridCell Constructor

GridCell(GridPanel, int, int)

Initializes a new instance of the GridCell object.

Declaration
public GridCell(GridPanel grid, int row, int column)
Public Sub New(grid As GridPanel, row As Integer, column As Integer)
Parameters
Type Name Description
GridPanel grid

The owning GridPanel element.

int row

The number of grid row this cell should appear in.

int column

The number of grid column this cell should appear in.

GridCell(GridRow, int)

Initializes a new instance of the GridCell object.

Declaration
public GridCell(GridRow row, int column)
Public Sub New(row As GridRow, column As Integer)
Parameters
Type Name Description
GridRow row

The number of grid row this cell should appear in.

int column

The number of grid column this cell should appear in.