[]
Sets the content of a Border element used to display the value of the bottom left cells.
public virtual void CreateBottomLeftContent(C1FlexGrid grid, Border bdr, CellRange rng)
Public Overridable Sub CreateBottomLeftContent(grid As C1FlexGrid, bdr As Border, rng As CellRange)
| Type | Name | Description |
|---|---|---|
| C1FlexGrid | grid | C1FlexGrid that owns the cell. |
| Border | bdr | Border element that contains the header. |
| CellRange | rng | CellRange that specifies the row and column represented by the cell. |