CreateColumnHeaderContent Method
Sets the content of a
System.Windows.Controls.Border element used to display the value of a column header cell.
'Declaration
Public Overridable Sub CreateColumnHeaderContent( _
ByVal As C1FlexGrid, _
ByVal As Border, _
ByVal As CellRange _
)
Parameters
- grid
- C1FlexGrid that owns the cell.
- bdr
- System.Windows.Controls.Border element that contains the header.
- rng
- CellRange that specifies the row and column represented by the cell.