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

In This Topic
    BindCell Method
    In This Topic
    Syntax
    'Declaration
     
    Public Sub BindCell( _
       ByVal range As C1.WPF.Grid.GridControlRange, _
       ByVal cell As C1.WPF.Grid.GridControlCellView _
    ) 
    public void BindCell( 
       C1.WPF.Grid.GridControlRange range,
       C1.WPF.Grid.GridControlCellView cell
    )

    Parameters

    range
    cell
    See Also