[]
Represents a virtual grid composed of the IGridCell
public interface IGrid
| Name | Description |
|---|---|
| Columns | Gets the number of columns in the grid. |
| Rows | Gets the number of rows in the grid. |
| Name | Description |
|---|---|
| GetCellAt(int, int) | Obtains an IGridCell given the row and column numbers. |