[]
        
(Showing Draft Content)

C1.Android.Grid.GridWrapCellFactory.PrepareCell

PrepareCell Method

PrepareCell(GridCellType, GridCellRange, GridCellView, C1Thickness)

Prepares the cell to be shown.

Declaration
public override void PrepareCell(GridCellType cellType, GridCellRange range, GridCellView cell, C1Thickness internalBorders)
Public Overrides Sub PrepareCell(cellType As GridCellType, range As GridCellRange, cell As GridCellView, internalBorders As C1Thickness)
Parameters
Type Name Description
GridCellType cellType

Type of the cell.

GridCellRange range

The range.

GridCellView cell

The cell.

C1Thickness internalBorders

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

Overrides