[]
Represents a panel of the grid. Each panel is related to a GridCellType.
public class GridPanel : IDisposable
| Name | Description |
|---|---|
| CellType | Gets the type of the cell of this panel. |
| Columns | Gets the collection of columns of this panel. |
| FrozenColumns | Gets the number of frozen columns in this panel. |
| FrozenRows | Gets the number of frozen rows in this panel. |
| Grid | Gets the grid. |
| this[GridRow, GridColumn] | Gets or sets the value of the cell specified by its row and column. |
| this[int, int] | Gets or sets the value of the cell specified by its |
| Rows | Gets the collection of rows of this panel. |
| ViewRange | Gets the visible range of this panel. |
| VisibleColumnsCount | Gets the number of visible columns in the panel. |
| VisibleRowsCount | Gets the number of visible rows in the panel. |
| Name | Description |
|---|---|
| Dispose() | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
| GetCellText(GridCellRange) | Gets the text corresponding to the cell in the specified range. |
| GetCellText(int, int) | Gets the text corresponding to the cell in the specified |