[]
        
(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)
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)
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.