FlexGrid for WPF | ComponentOne
C1.WPF.GridControl Assembly / C1.WPF.Grid Namespace / GridControlAdapter Class / PrepareCell(GridControlRange,GridControlCellView,Thickness) Method
The range.
The cell.
A thickness object containing zeros or ones to represent whether the borders of the cell are internal 1 or external 0.

In This Topic
    PrepareCell(GridControlRange,GridControlCellView,Thickness) Method
    In This Topic
    Prepares the cell to be shown.
    Syntax
    'Declaration
     
    Public Overridable Sub PrepareCell( _
       ByVal range As GridControlRange, _
       ByVal cell As GridControlCellView, _
       ByVal internalBorders As Thickness _
    ) 
    public virtual void PrepareCell( 
       GridControlRange range,
       GridControlCellView cell,
       Thickness internalBorders
    )

    Parameters

    range
    The range.
    cell
    The cell.
    internalBorders
    A thickness object containing zeros or ones to represent whether the borders of the cell are internal 1 or external 0.
    See Also