FlexPivot for WPF | ComponentOne
C1.WPF.Pivot Assembly / C1.WPF.Pivot Namespace / FlexPivotGrid.FlexPivotCellFactory Class / BindCellContent Method

In This Topic
    BindCellContent Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overrides Sub BindCellContent( _
       ByVal cellType As C1.WPF.Grid.GridCellType, _
       ByVal range As C1.WPF.Grid.GridCellRange, _
       ByVal cellContent As FrameworkElement _
    ) 
    public override void BindCellContent( 
       C1.WPF.Grid.GridCellType cellType,
       C1.WPF.Grid.GridCellRange range,
       FrameworkElement cellContent
    )

    Parameters

    cellType
    range
    cellContent
    See Also