[]
        
(Showing Draft Content)

C1.WPF.FlexGrid.CellFactory.CreateCellBorder

CreateCellBorder Method

CreateCellBorder(C1FlexGrid, CellType, CellRange)

Creates a Border element that represents the background and border of a grid cell and contains the cell data.

Declaration
public virtual Border CreateCellBorder(C1FlexGrid grid, CellType cellType, CellRange rng)
Parameters
Type Name Description
C1FlexGrid grid

C1FlexGrid that owns the cell.

CellType cellType

CellType that specifies the type of cell to be created.

CellRange rng

CellRange that specifies the row and column represented by the cell.

Returns
Type Description
Border

A Border element that represents the background and border of a grid cell.