[]
Initializes a new instance of the GridCell object.
public GridCell(GridPanel grid, int row, int column)
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. |
Initializes a new instance of the GridCell object.
public GridCell(GridRow row, int column)
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. |