<
OLAP for WPF and Silverlight | ComponentOne
C1.WPF.Olap Namespace / C1OlapGrid.OlapCellFactory Class / CreateColumnHeaderContent Method
C1.WPF.FlexGrid.C1FlexGrid that owns the cell.
System.Windows.Controls.Border element that contains the header.
C1.WPF.FlexGrid.CellRange that specifies the row and column represented by the cell.

In This Topic
    CreateColumnHeaderContent Method
    In This Topic
    Sets the content of a System.Windows.Controls.Border element used to display the value of a column header cell.
    Syntax
    'Declaration
     
    Public Overrides Sub CreateColumnHeaderContent( _
       ByVal grid As C1FlexGrid, _
       ByVal bdr As Border, _
       ByVal range As CellRange _
    ) 
    public override void CreateColumnHeaderContent( 
       C1FlexGrid grid,
       Border bdr,
       CellRange range
    )

    Parameters

    grid
    C1.WPF.FlexGrid.C1FlexGrid that owns the cell.
    bdr
    System.Windows.Controls.Border element that contains the header.
    range
    C1.WPF.FlexGrid.CellRange that specifies the row and column represented by the cell.
    See Also