FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridWrapCellFactory 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 GridControlRange, _
       ByVal cell As GridControlCellView, _
       ByVal internalBorders As Thickness _
    ) 
    public void PrepareCell( 
       GridControlRange range,
       GridControlCellView cell,
       Thickness internalBorders
    )

    Parameters

    range
    cell
    internalBorders
    See Also