[]
Creates a FrameworkElement responsible for representing a grid cell of a given type at the given coordinates.
public virtual FrameworkElement CreateCell(C1FlexGrid grid, CellType cellType, CellRange rng)
Public Overridable Function CreateCell(grid As C1FlexGrid, cellType As CellType, rng As CellRange) As FrameworkElement
| Type | Name | Description |
|---|---|---|
| C1FlexGrid | grid | C1FlexGrid that owns the cell. |
| CellType | cellType | CellType that specifies the type of cell to be created. |
| CellRange | rng | CellRange that specifies the row and column represented by the cell. |
| Type | Description |
|---|---|
| FrameworkElement | A new FrameworkElement responsible for representing the grid cell. |