WinUI | ComponentOne
C1.WinUI.Grid Assembly / C1.WinUI.Grid Namespace / GridWrapCellFactory 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

    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