[]
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)
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. |