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

In This Topic
    CreateCellContent Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overrides Function CreateCellContent( _
       ByVal cellType As C1.WPF.Grid.GridCellType, _
       ByVal range As C1.WPF.Grid.GridCellRange, _
       ByVal cellContentType As Object _
    ) As FrameworkElement
    public override FrameworkElement CreateCellContent( 
       C1.WPF.Grid.GridCellType cellType,
       C1.WPF.Grid.GridCellRange range,
       object cellContentType
    )

    Parameters

    cellType
    range
    cellContentType
    See Also