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

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

    Parameters

    cellType
    range
    See Also