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

In This Topic
    CreateCell Method
    In This Topic
    Syntax
    'Declaration
     
    Public Function CreateCell( _
       ByVal range As C1.WPF.Grid.GridControlRange, _
       ByVal cellKind As Object _
    ) As C1.WPF.Grid.GridControlCellView
    public C1.WPF.Grid.GridControlCellView CreateCell( 
       C1.WPF.Grid.GridControlRange range,
       object cellKind
    )

    Parameters

    range
    cellKind
    See Also