[]
Allows derived classes to finish customizing cells after they have been created and all styles have been applied.
public virtual void ApplyCellStyles(C1FlexGrid grid, CellType cellType, CellRange rng, Border bdr)
Public Overridable Sub ApplyCellStyles(grid As C1FlexGrid, cellType As CellType, rng As CellRange, bdr As Border)
| 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. |
| Border | bdr | Border element that represents the cell. |