FlexPivot for WPF | ComponentOne
C1.WPF.Pivot Assembly / C1.WPF.Pivot Namespace / FlexPivotGrid.FlexPivotCellFactory Class / PrepareCell Method / PrepareCell(GridControlRange,GridControlCellView,Thickness) Method

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

    Parameters

    range
    cell
    internalBorders
    See Also