[]
This class is an accessor for getting and setting elements at intersections of grid rows and columns. The actual elements are stored in the rows.
public class GridCell
Public Class GridCell
| Name | Description |
|---|---|
| GridCell(GridPanel, int, int) | Initializes a new instance of the GridCell object. |
| GridCell(GridRow, int) | Initializes a new instance of the GridCell object. |
| Name | Description |
|---|---|
| ColSpan | Gets or sets a value that indicates the total number of columns that cell spans within a grid. |
| Element | Gets or sets the Element displayed in this grid cell. |
| RowSpan | Gets or sets a value that indicates the total number of rows that cell spans within a grid. |