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