FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridCellFactory Class / PrepareCell Method / PrepareCell(GridCellType,GridCellRange,GridCellView,Thickness) Method
Type of the cell.
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(GridCellType,GridCellRange,GridCellView,Thickness) Method
    In This Topic
    Prepares the cell to be shown.
    Syntax
    'Declaration
     
    Public Overloads Overridable Sub PrepareCell( _
       ByVal cellType As GridCellType, _
       ByVal range As GridCellRange, _
       ByVal cell As GridCellView, _
       ByVal internalBorders As Thickness _
    ) 
    public virtual void PrepareCell( 
       GridCellType cellType,
       GridCellRange range,
       GridCellView cell,
       Thickness internalBorders
    )

    Parameters

    cellType
    Type of the cell.
    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