[]
        
(Showing Draft Content)

C1.WPF.Grid.GridLinkedCellFactory.UnbindCell

UnbindCell Method

UnbindCell(GridCellType, GridCellRange, GridCellView)

Unbinds the cell.

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

Type of the cell.

GridCellRange range

The range.

GridCellView cell

The cell.

Overrides